c#2005中的各个控件转换为html代码

label==<span>
textbox==<input type=text >
button==<input type=submit >
linkbutton==<a>
imagebutton==<input type=image >
hyperlink==<a>
dropdownlist==<select>
listbox==<select>
datagrid==<table>
datalist==<table>
repeater 什么都不生成
checkbox==<input type=checkbox >
checkboxlist==<input type=checkbox>
radiobutton==<input type=radio >
radiobuttonlist==<input type=radio>
image==<img>
panel==<div>

posted on 2008-12-03 13:05  圣一辉一楠  阅读(388)  评论(5编辑  收藏  举报

导航