Selecting from DataGrid and passing to...

  • Thread starter Thread starter Markus
  • Start date Start date
M

Markus

Here's my situation.

I have a data reader and datacommand (ASP.NET and SQL
database).

I have a search form which gives me the results in a data
grid. Usually 2 or 3 results (persons) with various
information (Name, Surname, Address...)

What I want to do is to select a row in that datagrid
(after I do the search and get results in a Datarid)

and transfer the selected row to to next page and insert
the selected data from that row in a text boxes.

I need you to point me in the right direction on how to
do that.

Thanks.
 
Markus said:
Here's my situation.

I have a data reader and datacommand (ASP.NET and SQL
database).

I have a search form which gives me the results in a data
grid. Usually 2 or 3 results (persons) with various
information (Name, Surname, Address...)

What I want to do is to select a row in that datagrid
(after I do the search and get results in a Datarid)

and transfer the selected row to to next page and insert
the selected data from that row in a text boxes.

I need you to point me in the right direction on how to
do that.

Thanks.

Is there a tutorial about this?
 
Here's my situation.

I have a data reader and datacommand (ASP.NET and SQL
database).

I have a search form which gives me the results in a data
grid. Usually 2 or 3 results (persons) with various
information (Name, Surname, Address...)

What I want to do is to select a row in that datagrid
(after I do the search and get results in a Datarid)

and transfer the selected row to to next page and insert
the selected data from that row in a text boxes.

I need you to point me in the right direction on how to
do that.

Thanks.
Have a look at server.transfer.
 
Back
Top