2008

Creating JavaScript alerts in ASP.NET with UpdatePanel

Update Panel Enables sections of a page to be partially rendered without a postback. creating an alert when you are using an UpdatePa...

santosh 30 Dec, 2008

How To Create TextBox Control Dynamically at Runtime

How To Create TextBox Control Dynamically at Runtime In this post, I will show how to create Textbox Control dynamically and read their...

santosh 20 Dec, 2008

SQL XML output to populate a treeview

Recently I was working on one of my projects and the requirement was to generate a treeview from the table. The problem was complex and ...

santosh 11 Nov, 2008

How To Add Session Timeout Popup in ASP.NET

If you need to alert a user that his session will time out. This is how to do it. Add the following code snippet to the OnInit method on...

santosh 10 Nov, 2008

Calling page methods from JavaScript using ASP.NET AJAX

We can call page methods (static methods declared in the scope of asp.net page) using the MS Ajax framework for ASP.NET . That is how ...

santosh 29 Oct, 2008

How to convert from XmlTextWriter to String?

I will share a straightforward way to convert XmlTextWriter to string in C# in this post. Check out the following code snippet it's...

santosh 25 Oct, 2008

The Process Cannot Access the File Error in C#

This error message mostly comes up when you try to access a file that is opened by  another process . You may open an image file in one of y...

santosh 26 Sep, 2008

How to pass more than one command argument in asp.net gridview

As per the Microsoft, ASP.NET is:- ASP.NET is an open-source, server-side web application framework designed for web development to ...

santosh 16 Sep, 2008