Feb 5, 2015

How to use View state?

   string str = "MVKREDDY"; 
    if(ViewState["SampleText"]==null) 
    { 
       ViewState["SampleText"] = str; 
    }  

No comments:

Post a Comment