hi,
in gridview i selected roweditor command once i click the edit button it will redirect to another page there i want to display the data of the selected row in a particular textboxes can u send the code
thanq
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Oct 14, 2014, 12:31 AM
you pass ID from 1st page..
on second page you write query
select * from table where id = @id;
and here get that querystring value means that ID
Vithal WadjePosted Oct 13, 2014, 1:59 PM