if (!Page.IsPostBack)
{
populateUserDetailsGrid();
}
-> Working with any kind of WebForm is posting data back to the server to enable data and command processing. The populateUserDetailsGrid() method is fired when this above condition is not true.
Google Brother Up
Showing posts with label PostBack. Show all posts
Showing posts with label PostBack. Show all posts
2008/01/08
Subscribe to:
Posts (Atom)
Drop Down List
1. http://www.janetsystems.co.uk/Articles/NetArticles/tabid/74/itemid/161/modid/449/Default.aspx