Skip to content Skip to sidebar Skip to footer
Showing posts with the label c#

Eaiest way of debug the datatype mismatch in c#

Consider one situation I need to pass some data to SQL using LINQ to SQL, so I have created an obje… Read more Eaiest way of debug the datatype mismatch in c#

How to pass multiple arguments in onclick event in asp.net c#?

We can pass the arguments(values) to onclick serverside function using the CommandArgument attribut… Read more How to pass multiple arguments in onclick event in asp.net c#?

How to pass argument with onclick event in asp.net?

We can pass the argument to onclick serverside function using the CommandArgument attribute like be… Read more How to pass argument with onclick event in asp.net?

How to convert html to pdf using c#?

In this section we are going to see how to convert the pure html and css code to pdf using ite… Read more How to convert html to pdf using c#?