Click here to Skip to main content
15,668,167 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can we restrict the page being reloaded while during postback in asp.net c#?
Posted
Comments
Orcun Iyigun 27-Feb-13 2:42am    
Well do you need the whole page to be avoided or partial? Maybe you should look into update panel. It allows you to do partial postbacks.

 
Share this answer
 
In postback ASP.NET page is submitted to the server for processing. PostBack is done if certain credentials of the page are to be checked against some sources (such as verification of username and password using database).

So whenever there will be postback there will be pageload.
 
Share this answer
 
Hi ram,

try see this link

how to Stop page refresh button[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900