Datagrid Button Events

minn

Active member
Joined
Apr 10, 2006
Messages
37
Programming Experience
Beginner
Hi,

I am trying to achieve the following:

I have a dataset which has quite alot of info so i am binding only certain information to the datagrid and have added a more button in the datagrid. When the user clicks the more button the user should now see a new form.
This form should now show all the information for that clicked row.

For example, You have: app ID: 24 and application: Abode Acrobat 7 as a row in your datagrid. Next to it is a buttoncolumn; more.
You click more and this opens up a new form now with all the information for appID 24.

Does anyone know how i would do this?
 
Back
Top