Thursday, 2 June 2016

How to use View state?


  1. string str = "Sibeesh Passion";  

  2. if(ViewState["SampleText"]==null)  
  3. {  
  4.    ViewState["SampleText"] = str;  
  5. }  

No comments:

Post a Comment