How can we identify that the Page is Post Back?
-
Hy Tell me anyone how can we indentify that the page is postBack?
-
Hy Tell me anyone how can we indentify that the page is postBack?
Simple: In the page Load event:
private void Page_Load()
{
if (!IsPostback)
{
// Do non-postback things...
} -
Hy Tell me anyone how can we indentify that the page is postBack?
There is a good article on this at the MSDN site: http://msdn.microsoft.com/en-us/library/system.web.ui.page.ispostback(v=vs.110).aspx[^]
-
Hy Tell me anyone how can we indentify that the page is postBack?
There is a good article on this on the MSDN site: http://msdn.microsoft.com/en-us/library/system.web.ui.page.ispostback(v=vs.110).aspx[^] Check it out. :-)
-
Hy Tell me anyone how can we indentify that the page is postBack?
Yes. We can identify if a page is a postback.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial