Datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalini166
    New Member
    • Apr 2008
    • 70

    Datagrid

    i want to retrive the data from datagrid.
    Here my condition is i want to select a particular row and get that row details into textbox's ,combobox's and lables. plese help me

    and

    i want to retrive data from database into datagrid here my condition is ,
    i fill the textbox,then corresponding row will binded to datagrid.

    pls help me
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by shalini166
    i want to retrive the data from datagrid.
    Here my condition is i want to select a particular row and get that row details into textbox's ,combobox's and lables. plese help me

    and

    i want to retrive data from database into datagrid here my condition is ,
    i fill the textbox,then corresponding row will binded to datagrid.

    pls help me
    What have you tried so far?
    Have you added a Select button to your GridView?

    If not, you can easily add a Select button to your GridView and then implement the SelectedIndexCh anged Event to display the data in the selected row.

    -Frinny

    Comment

    Working...