dear sir/madam
I have displayed data in gridview. after display of data i want some
particular data from gridview by using index of that data in gridview.
please tell me how it is possible
like by using rows or column in a table we can find what is the
particular item in a paricular cells of table.
For eg. this is data displayed in gridview
and I want value A4 then what should i write to find this value.
EMPID NAME SALARY
E001 A1 1000
E002 A2 2000
E003 A3 3000
E004 A4 4000
E005 A5 5000
Thanks in Advance
David Wier - 24 Mar 2008 15:42 GMT
Do you have any particular criteria for the data you need to find in the
GridView?
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
> dear sir/madam
> I have displayed data in gridview. after display of data i want some
[quoted text clipped - 13 lines]
>
> Thanks in Advance