Google Brother Up

2008/01/08

if ( ! Page.IsPostBack)

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.

No comments:

Drop Down List

1. http://www.janetsystems.co.uk/Articles/NetArticles/tabid/74/itemid/161/modid/449/Default.aspx