Grab 2 Values in the same row in a DataGrid in a Webform
- From: "Holmsey" <jholmes76@xxxxxxxxxxx>
- Date: 14 Nov 2006 14:38:20 -0800
Hello,
I have a VB.net webform which shows a DataGrid that is actually a query
of 3 tables with the results shown together. I need to be able to take
2 values out of a row when a user clicks the button associated with the
row. I have been able to use Key= datagrid1.datakeys(e.item.itemindex)
to get one of the values but I cannot figure out how to retrive the
value in the same row that is right next to this value. In VBA you
could use an "offset" to get the value. How do I grab two values in a
selected row, one is the datakey one is not? Please help...
.
- Prev by Date: Re: Loop not working in VB.NET
- Next by Date: Re: Serial port via IP
- Previous by thread: Standalone VB.Net app?
- Next by thread: Copying files in VB.NET 2005
- Index(es):