Get value of control from HttpRequest


/ Published in: C#
Save to your folder(s)

For instance: used after postback to keep value of the radiobutton list


Copy this code and paste it in your HTML
  1. Request.Params[anyAspControl.ClientID.Replace("_", "$")]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.