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
 
Back
Top