Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
VB
For iCnt As Integer = 2 To dt.Columns.Count
              If dt.Columns.Count >= 3 Then dt.Columns.RemoveAt(2)
          Next
          If header = "No" Then
              dt.Rows.RemoveAt(0)
          End If
          If checkFile() Then
              gridViewFile.DataSource = dt
              gridViewFile.Refresh()
          Else
Posted
Comments
[no name] 25-Aug-14 7:38am    
How to solve what? Just dumping a snippet of code here without explanation is not a question or a description of a problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900