• 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>

  • 相关阅读:
    Codeforces 526D Om Nom and Necklace (KMP)
    HDU
    HDU
    Codeforces 219D
    HDU
    HDU
    POJ
    HDU
    HDU
    第二次作业
  • 原文地址:https://www.cnblogs.com/alon1982/p/1346628.html
Copyright © 2020-2023  润新知