RowUpdating GridView


/ Published in: VB.NET
Save to your folder(s)

Dim IDVentas As String = GvVentas.Rows(e.RowIndex).Cells(1).Text()
Dim FCH As String = DirectCast(GvVentas.Rows(e.RowIndex).FindControl("TXTFch"), TextBox).Text

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.