Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
jcardenasch #1
selecting a row in a datagrid problem
Hi:
I am learning c#. I have a datagrid wich was filled with information
from a sql database using stored procedure. The Datagrid is working. I
have three columns: StudentID, StFirstName, StLastName.
I am trying to redirect the users to a new page. In this page, I need
to open another datagrid using storeprocedure. My problem is that I
don't know how to capture the studentid from the first datagrid so I
can use this information to individualize the datagrid base in the
studentid.
I know that using a data adapter and data set I would be able to do
it. I am trying to use only store procedure.
Thanks for your help
Jose Cardenas
jcardenasch Guest
-
Selecting Item(s) on a DataGrid
Simple questions, couldn't find a simple answer however. I want to be able to select and item (and possibly later items) on a datagrid from the... -
Selecting a row in a DataGrid Programmatically
Hi All - So I am missing something. After I retrieve something in a DataGrid, I want to select it programmatically. I do this by ... -
selecting datagrid row
Hello asp.net I've stuck a Select button from the property builder on my grid (Col 0). Upon click I'd like it to return the value in Col 1... -
Selecting a row in datagrid
Hi, I want to use Datagrid with a button or any other way so that I can select one row that is required. Actually the database is searched for a... -
Getting the data key field value when selecting a row in a datagrid...
Hi, I am trying to return the data key field value from a dataset when I select a row in a datagrid after the datagrid has been bound to a...



Reply With Quote

