Click here to Skip to main content
16,022,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,


I am using datagridviewlink column. when i clikc on that link it display another row with the above data in daagridview

Ex:-- Datagriview

Senario is a database value
Usernetry is a Textbox column
Link Link column


Senario    Userentry  Link
  123                   Add
  456                   Add
  789                   Add



when i clik on link column from datagridview, it will add another row with prevoius data

Ex:--
Senario    Userentry  Link
 123                   Add
 456                   Add  Here I am clik on 2nd row
 789                   Add  


Out Put
Senario    Userentry  Link
 123                   Add
 456                   Add
 456                   Add
 789                   Add



Please any one give me the suggestion.


Regards,
Sucharitha
Posted
v2
Comments
What have you tried ? Any code ?
RagSuchi 24-May-13 6:16am    
Yes i want code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900