c# - Keep page contents while post back -


when ever postback page blanked, have seen pages, page not being blank while post back

can give me idea how can done

thank you

   private void page_load()     {        if (ispostback)         {              // postback          }       else           {               // not postback          }           } 

refer link

http://msdn.microsoft.com/en-us/library/system.web.ui.page.ispostback.aspx


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -