Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In gridview as follows
Room    Course               Room Course

11     LGTF                 21  EFA
       Edit(link Button)   Edit(link Button)

12     EFA                  22  REO
      Edit(link Button)    Edit(link Button)


for example when i click EDit(link Button) the dropdownlist will be shown in that select the room no from the dropdown and select the course from the dropdown and click the save button.

then in the gridview for the room no 11 selected course is displayed in the gridview for the room no 11. i select the course EFA course in the dropdown. in the gridview for room no 11 EFA is diplayed in the gridview.then in the room 21 EFA course is to be cleared in the gridview.

for that how can i do using csharp.


Rgds,
Narasiman P.
Posted
v2
Comments
_Asif_ 17-Jul-13 23:36pm    
What have you tried?
Not clear. And please provide some code and indicate where exactly is the problem.
jaideepsinh 18-Jul-13 2:31am    
Pls explain clearly what you want and paste you code which you tried.
Manikandan Sekar 19-Jul-13 6:47am    
Place the ddl in the edit template in the field you want and make the gridview row editing method to be fired when the link button is pressed and when update, bind the gridview again with your updated database.

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