how to check if first load in asp.net
on the page load event....
if(!IsPostBack)
{
//very first load//
}
else
{
/not first load//
}
if(!IsPostBack)
{
//very first load//
}
else
{
/not first load//
}
Welcome! This is my blog where I post mostly tech stuff but other stuff too so have a look!
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home