Quote:
Originally Posted by simonyong
Imy task is to view in a embedded child datagrid where who are the persons should refer/direct to him when user click / activate tat row of tat person
i had create a datagrid to view all parent and last column i had insert a link button so tat when user click on it, embedded child datagrid will be shown
I don't think you need to embed a child DataGrid, look into using a TemplateField to display the data.
Quote:
Originally Posted by simonyong
1. act my full task is to let user key in first name or last name then program ll view all employees with tat firstname/lastname once user click on tat "Search" button not load the data when page load
2. after that, from the datagrid, user can select tat row to be view with its embedded child datagrid.
You are asking for too much right now. Please attempt to implement these features first and then post about the specific problems that you are facing.
Check out the MSDN library for more information on how to use the
GridView control.
-Frinny