How can we retrieve value of a sever control from viewstate?
For example if we want to retrieve value of text in t开发者_StackOverflowexbox server control.
first you have to store the value of text box in the viewstate
viewstate["tboxValue"] = tbox.text;
and now suppose you want to retrieve it in label
lblValue.text = viewstate["tboxValue"].ToString();
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论