Results 1 to 2 of 2

Thread: how to move the particular rows or multiple rows in gridview are selected using check

  1. #1
    Junior Member
    Join Date
    May 2008
    Answers
    1

    how to move the particular rows or multiple rows in gridview are selected using check

    hi, i am gnanadesigan.k. how to move the particular rows or multiple rows in gridview are selected using checkbox. That selected rows can be stored in another table but not in current table.please reply what concept which we have to use?and tell the procedure.....


  2. #2
    Junior Member
    Join Date
    Jul 2008
    Answers
    7

    Re: how to move the particular rows or multiple rows in gridview are selected using c

    HI,

    You can try like this
    you place one select link button or checkbox
    then if you click the link button then corresponding row values will be take in backend and insert the values in different table

    EX:in datagrid_ itemcommand

    string item1 = e.Item.Cells[1].Text;
    string item2 = e.Item.Cells[2].Text;
    string item3 = e.Item.Cells[3].Text;
    ......
    like this you can get the values on differnt strings then insert these values into different table


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact