Monday, August 15, 2005

how to check if first load in asp.net

on the page load event....

if(!IsPostBack)
{
//very first load//
}
else
{
/not first load//
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home