Guest User

Untitled

a guest
Nov 16th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. For i As Integer = 0 To GridView1.Columns.Count - 1
  2.  
  3. dr("column" & i.ToString()) = row.Cells(i).Text
  4.  
  5. dr("column" & i.ToString()) = row.Cells(i).Text.Replace(" ", " ")
  6.  
  7. For i As Integer = 3 To GridView1.Columns.Count - 1
Add Comment
Please, Sign In to add comment