Click here to Skip to main content
15,920,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In gridview i want the output as follows


Faculty Name 1 2 3

Ram Dropdownlist1 Dropdownlist2 Dropdownlist3
Suresh Dropdownlist4 Dropdownlist5 Dropdownlist6



i want to add the Dropdownlist in gridview for each row. for that how can i do in asp.net using C#.
Posted

 
Share this answer
 
Comments
Tom Marvolo Riddle 16-Dec-13 6:55am    
Good links ridoy my 5!
ridoy 16-Dec-13 9:15am    
thank you man,:)
 
Share this answer
 
Hi,
You have to use ItemTemplates in GridView to use that.

http://forums.asp.net/t/1273097.aspx[^]

The above link will give you an overall example.
 
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