Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Let me know if it does not, there is one more thing that might be a problem. I'll get it sorted in-case this does not work. Commented May 14, 2013 at 6:37
  • Thanks sunny Rgupta for the help: when i use as you mentioned above it again gives nullable exception so i copies this %24 to notepad and view and came to know that this was $ sign so i have updated it like ID.Value = Request.QueryString["ctl00$contentplaceholder1$id"].ToString(); UserName.Value = Request.QueryString["ctl00$contentplaceholder1$username"].ToString(); Amount.Value = Request.QueryString["lr_amnt"].ToString(); and it works thanks for your best idea. Commented May 14, 2013 at 8:33
  • That is exactly what I had in mind when I said there could be another problem. Commented May 14, 2013 at 8:49