i have filtered datatable , output is in dt
Now i want to get V2 value after from dt
what is v2 is that your column name?
@Ananya1
if so you can do this
- use For Each Row and pass dt
- and use message box like this row(“yourColumnName”).ToString
Cheers
@Ananya1
1 Like
@Ananya1 Can you Please Explain the Process what you are trying to do :
You can Explain your process by providing these 3 Step Information :
- What is the Input Data?
- What Operations you want to perform ?
- The Output Data you Expect.
Screenshots would be Appreciated.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.