I am developing a website application.
Then in my website there is a gridview with 4 columns and only 1 row. And I want to get the value in columns 2 (John Smith).
<!-- [if gte mso 10]> <mce:style>
|
ID
|
Name
|
Status
|
Active
|
|
023
|
John Smith
|
Student
|
True
|
So what should I do??
i have tried many ways, but i still don't find the answer.
thank you.