Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
My requuirement is , i have one datagridview(windows forms)in this i have 3 linkbuttons. one is addlinkbutton, second one is delete,third one is editlinkbutton. when click on addlinkbutton i want to show one panel in that panel i will enter values and click the add button. same second one when i click updatelinkbutton i want to show another panel in that panel i update the values.same delete linkbutton also. I want to add these add, update values into access database.Please send me anyone.
Thankyou.
Posted
Comments
AshishChaudha 6-Aug-12 7:49am    
have you tried something??

declare cell_Click event of datagrid
now,

put condition,

C#
if (e.columnIndex==3)// 3 is linkbtn
   pnl2.visible=true;


Happy Coding!
:)
 
Share this answer
 
i cann't understand your problem
 
Share this answer
 

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