开发者

Where can I find the ASP.Net MVC2 combo box?

开发者 https://www.devze.com 2023-01-05 18:33 出处:网络
I can\'t find it in the toolbox anywhere. What control do I have available that is similar to a Windows Forms combo box开发者_C百科?MSDN has a decent page describing the various helpers included out o

I can't find it in the toolbox anywhere. What control do I have available that is similar to a Windows Forms combo box开发者_C百科?


MSDN has a decent page describing the various helpers included out of the box: RenderingForm in ASP.NET MVC Using HTML Helpers. Probably the closest to what you are looking for would be the DropDownList, whcich renders the html <select> tag.

0

精彩评论

暂无评论...
验证码 换一张
取 消