adding buttons to a datagrid and then what

ahbenshaut

Well-known member
Joined
Oct 29, 2004
Messages
62
Location
Alaska
Programming Experience
5-10
I am a newbie at VB.NET so please bear with me. I have done this in a web application and this is my first attempt at VB.NET so here goes.
So, I have this datagrid that is populated with a dataset. What I would like to know is:
1. How can I add buttons to the datagrid?
2. When a button is clicked, how do I grab the data in the row that is associated witht the button click?

Its pretty dam easy to do in asp.net..:)
 
Back
Top