Click here to Skip to main content
15,898,538 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have a Gridview that shows list of Appointments to the doctor.
The requirement is - Doctor will right click on Appointment (shown in gridview) and he will be given 4 options in context menu - (Accept/Reject/Cancel/Transfer). If he selects Accept, the status should get change in database from pending appointment to accept appointment.

How to create context menu for accept/reject/cancel/transfer in code behind.

Thanks,
Sneha
Posted

1 solution

Have a look at this descriptive site - Adding a Context Menu to ASP.NET Controls[^]
 
Share this answer
 
Comments
sgjoshi85 27-Sep-11 2:25am    
Thanks Madhu..Let me implement that..

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