What is IsPostBack Test in ASP.Net
What is IsPostBack Test in ASP.Net
What is IsPostBack Test in ASP.Net?
We can test whether a page is loaded for the 1st time or loaded as a result of post back by using the IsPostBack property of the page.
This property returns a value true if a page is loaded as a result of post back.
Thanks & Regards
Paritosh Mohapatra
hi what happens with this
if(!ispostback)
{
}
thanks in advance