Home
ASP.Net
SQL Server
Web designing
C# [C Sharp]
Errors and Solutions
Others
Submit Article
Rss Feed
Xml Site Map
Contact Me
QnA
About Me

Welcome to technodevelopers.com!


Forum category

Passing value from popup window to parent form's TextBox

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

ASP.net control error: Server tag not well formatted

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

How to Create Custom Configuration Sections Using IConfigurationSectionHandler

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

My first IIS log parser in C#

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

NET Framework Interview Question Part 3

This article is in continuation to my .NET Framework Interview Question Part 1 (Click here to view) and part 2 (Click here to view)

Posted by amit verma on 7/30/2008 11:46:34 AM under Others category Click here to read

<< Previous

Next >>