hi,
I have a multiple items form from a table of projects.
each row is a project record, I need the user click on a row and a form of the clicked project will be opened.
Is there any way to do it?
because I know asp.net it has datagrid -I can click rows and open forms with parameter transfered from the clicked row.
I have a multiple items form from a table of projects.
each row is a project record, I need the user click on a row and a form of the clicked project will be opened.
Is there any way to do it?
because I know asp.net it has datagrid -I can click rows and open forms with parameter transfered from the clicked row.