asp.net 2: SqlDatasource - Is the selected data accessible in code?

  • Thread starter Thread starter David
  • Start date Start date
D

David

Under asp.net 2, if I define SqlDatasource and bind it to a grid, is
selected data accessible in code? Eg. if I select s single row from
the grid, can I go to the base data from the SqlDatasource and get the
specific row? If yes, then point me to an example.

Also, I know that can selected grid row or I can select the single row
from the database.

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