I need to change a value in Request.Params["MyCustomKey"]
Is any way to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually you just don’t need to alter Request.Params value. Why do you need that?
Edit:
I think the correct way to do this is pass
IDseparately of theStringID, so you will be able to get your 100 value from Request without parsing link button’s text. Who formsString ID 100text?