Google Brother Up

Showing posts with label IsPostBack. Show all posts
Showing posts with label IsPostBack. Show all posts

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.

Drop Down List

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