find grid view particular item

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vinodkus@gmail.com

    find grid view particular item

    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

    #2
    Re: find grid view particular item

    Do you have any particular criteria for the data you need to find in the
    GridView?

    David Wier

    http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
    bloated markup


    <vinodkus@gmail .comwrote in message
    news:c196ce63-815d-48ef-ba1a-1d173e63a24d@u1 0g2000prn.googl egroups.com...
    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
    >

    Comment

    Working...