So I dynamically added textbox into gridview in page load event
Dim r, c As Integer
For c = 0 To GridView.HeaderRow.Cells.Count - 1
For r = 0 To GridView.Rows.Count - 1
Dim tb As TextBox = New TextBox
tb.ID = "tb " +...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.