Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2948 Points
985 Posts
May 12, 2012 09:14 AM|LINK
use hyperlink control inside the gridview
and use navigationformatstring=secondpage.aspx?id={0}
also use namigationurl field=id
another page
textbox.text=request.querystring["id"].tostring();
tarunSaini
Contributor
2948 Points
985 Posts
Re: gridview control
May 12, 2012 09:14 AM|LINK
use hyperlink control inside the gridview
and use navigationformatstring=secondpage.aspx?id={0}
also use namigationurl field=id
another page
textbox.text=request.querystring["id"].tostring();