Tagged Questions
2
votes
4answers
614 views
how to retrieve a querystring value from an .aspx page and pass it to ascx page
Is is possible to retrieve the ID value from the Request.QueryString from a aspx file and pass it onto a ascx file in order to successfully update a profile using the retrieved ID?
2
votes
2answers
479 views
convert guid tostring in javascript .net
How do I convert guid to string in javascript. I am getting guid from the querystring, and m not able to process it as is. I have tried the following ways to do it but it doesnt seem to work.
var ...
0
votes
4answers
953 views
Page.Request.QueryString has a value although none was passed to the page
We have the following code that is returning a value of "3" although no value is passed as a query string. Is there some way that the "id" is getting stuck in the server memory (since it is not user ...