how to open child datagrid
-
i want to open a child datagrid in the same web form example i have a datagrid with columns semester , paper for a particular course wht actually i want that when i click on hypertext column of base datagrid a child datagrid with related details to be displayed
modified on Monday, May 18, 2009 7:19 AM
-
i want to open a child datagrid in the same web form example i have a datagrid with columns semester , paper for a particular course wht actually i want that when i click on hypertext column of base datagrid a child datagrid with related details to be displayed
modified on Monday, May 18, 2009 7:19 AM
-
i want to open a child datagrid in the same web form example i have a datagrid with columns semester , paper for a particular course wht actually i want that when i click on hypertext column of base datagrid a child datagrid with related details to be displayed
modified on Monday, May 18, 2009 7:19 AM
its a simple one... Take two grid in the first grid if u click a row get the identity value and pass it as a values for the select query whcih will ne like"select * from table where id = //your value" and assign the datasouce for the next grid.....
Padmanabhan