asp.net - getting a value of selected radiobutton in LoadViewState -
Can I get the value of a selected radio button in the LoadViewState event of WebControl and how? All components are generated in codebehind, so I have those controls:
Radiobutton list RLL; LISTIME leon; List liTwo;
At this time I was stuck on that the overloaded loadviolet is not being implemented
protected override zero load vivestat (object o) {action = Rbl.SelectedValue; Verb 2 = rll Selected item. value; Base.LoadViewState (O); }
You also need to override the SaveViewState method. Radio button AFAIK has problems in saving their selected state.
Comments
Post a Comment