S
sathya
hai,
i have use 2005 platform in asp.net
i used hyperlink column in datalist;when i click any one of the hyperlink
result shoult display in the next page;i used query string for this format;
now i want that query string value to next page,how to pass query string value
my code attach below pl give me solution
firstform:::Qid={0}
second form :.page
load::Response.cookies("b").value=request.Querystring("b").value
3 form:response.cookies("b").value=Response.cookies("b").value
final result display 4th form:label1.text=request.cookies("b")
i used this code correct or wrong
pl give me solution
Regards
sathya
i have use 2005 platform in asp.net
i used hyperlink column in datalist;when i click any one of the hyperlink
result shoult display in the next page;i used query string for this format;
now i want that query string value to next page,how to pass query string value
my code attach below pl give me solution
firstform:::Qid={0}
second form :.page
load::Response.cookies("b").value=request.Querystring("b").value
3 form:response.cookies("b").value=Response.cookies("b").value
final result display 4th form:label1.text=request.cookies("b")
i used this code correct or wrong
pl give me solution
Regards
sathya