Welcome to technodevelopers.com!
Passing values from a popup window back to the parent page is an often asked question. Especially when there is a GridView type control in the popup. In the following example we will be using two forms. The parent form will be parent.aspx and the popup will be popup.aspx. Also note that the parent.aspx form is derived from some MasterPage. Code is provided both in VB.Net and C#.Net.
Posted by amit verma on 8/12/2008 12:30:54 PM under ASP.Net category Click here to read
I was using control and inside ItemTemplate tried to use the normal HTML checkbox control and to make it available on server side I added the runat attribute and started getting error [b]Server tag not well formatted[/b]
Posted by amit verma on 8/6/2008 2:36:47 AM under Errors and Solutions category Click here to read
Sometimes you feel a need to have seperate configuration file rather then web.config and app.config. .Net framework provides an Interface IConfigurationSectionHandler and ConfigurationSection which allows you to read from your own custom config files.
Posted by amit verma on 8/5/2008 3:06:28 AM under Others category Click here to read
I needed to write a IIS log writer to get the pages which took less then 1 second.though I had previously written a IIS log parser using VBScript but this time I thought to write in C#!!
Posted by amit verma on 7/31/2008 4:35:35 AM under Others category Click here to read