Using datagrid

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I have a datagrid that bounds by dataview with edit button on each row. When
an edit button is clicked, it goes to another page for editing purpose only.
When save or cancel button is clicked, it needs to come back to same record
or same page that it was in. How can I go back to same page I was in before
by searching the primary key in the datagrid?

Thanks,
 
Hi,

there's a selected item index property you can access SelectedIndex property

cheers, Lerp
 
Thanks for the information But, I didn't get too far.

No matter what I do, it will not go to specific page that the data is in.

Do you have a sample code?

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top