Showing posts from November, 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 after some research, I found that we can use asp.net Treeview control. I created a store…

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 the base page of your application. protected override void OnInit ( EventArgs e ) …

Load More
That is All