Hi all of you,
I want to Get multiple selected column from datatable using c#.
Below I have added data of datatable and I want red marked rows from datatable. Green marked text is column name of datatable.
| |
Perameter |
Value |
| |
GetTempFilenameResult |
0 |
| |
tempFilename |
0 |
| |
data |
0 |
| |
fid |
0 |
| |
useid |
0 |
| |
filename |
0 |
| |
tempFilename |
0 |
| |
userName |
1 |
| |
pwd |
1 |
| |
LoginResult |
1 |
| |
useid |
2 |
| |
usename |
2 |
| |
address |
2 |
| |
mobileno |
2 |
| |
emailid |
2 |
| |
organization |
2 |
| |
city |
2 |
| |
country |
2 |
| |
password |
2 |
Please help me. It's urgent.
Thanx in advance.