How to register .NET framework in IIS
If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net applicat...
If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net applicat...
How to retrieve store procedure’s output parameter by C#? Here I have explained with a simple example. I created a simple store procedure with output paramet...
Generating image on the fly is not difficult in asp.net. Here I have created national flag of Bangladesh on the fly and displayed this as JPEG image format i...