/ Published in: C#
For instance: used after postback to keep value of the radiobutton list
Expand |
Embed | Plain Text
Request.Params[anyAspControl.ClientID.Replace("_", "$")]
You need to login to post a comment.
tomaszsimon on 12/17/09
1 person have marked this snippet as a favorite
For instance: used after postback to keep value of the radiobutton list
Request.Params[anyAspControl.ClientID.Replace("_", "$")]
You need to login to post a comment.