GridView with DropDownList ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is there any GridView control with DropDownList as its databound/template field? If possible open source or free control :) Thanks, Ivan.
No but you can do it easily using nested gridview.for more information just search it as Nested Gridview in codeproject.com's search engine. Enjoy...