querystring
-
hiii, I am having a small doubt regarding the querystring .... In my application there is a form with two pages.. I like to edit the details within the form for this i used a gridview and querystring....taking the id value in the querystring i got the details for the first page.... i kept edit&continue button at last which will redirect the page to second page.... how to get the details in the second page basing on the id value which we took in the first page.... how to write the querystring plz help me....
-
hiii, I am having a small doubt regarding the querystring .... In my application there is a form with two pages.. I like to edit the details within the form for this i used a gridview and querystring....taking the id value in the querystring i got the details for the first page.... i kept edit&continue button at last which will redirect the page to second page.... how to get the details in the second page basing on the id value which we took in the first page.... how to write the querystring plz help me....
hi You get query string value like this String str=REquest.querystring("id")
Known Is Drop.Unknown Is Ocean