Get value from datagrid cell OnSelectedIndexChange

S

steve

I figured out the solution:

Public Sub RecordPercentDone(ByVal sender As Object, ByVal
e As System.EventArgs)
Dim ed As DropDownList = CType(sender, DropDownList)
Dim myDatGridItem As DataGridItem = CType
(ed.Parent.Parent, DataGridItem)

Dim projDetailID As String = myDatGridItem.Cells(0).Text
Dim PercentComplete As String = ed.SelectedItem.Text
Do Update......
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top