开发者

Is it possible to change a radiobuttonlist so that it put's a div around each input/label?

开发者 https://www.devze.com 2023-03-13 16:18 出处:网络
So that rather than <input><label> I can get <div><input开发者_开发知识库><label></div> for each of the items in my datasource?If you want that level of control, yo

So that rather than <input><label> I can get <div><input开发者_开发知识库><label></div> for each of the items in my datasource?


If you want that level of control, you'll need to use something like a ListView.

0

精彩评论

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