response.write("")
我要输入的文字到指定的table里,是否我要用: protected System.Web.UI.HtmlControls.HtmlGenericControl Customertd;
Customertd.
还有一个问题:刚没人给我答案:http://community.csdn.net/Expert/topic/4936/4936833.xml?temp=.1802484

解决方案 »

  1.   

    <table><tr><td><%Response.Write("aaaa");%></td></tr></table>
      

  2.   

    不怎么明白
    应该不用“protected System.Web.UI.HtmlControls.HtmlGenericControl Customertd;
    Customertd.”
      

  3.   

    如果你是后台指定
    那么你的table需要runat="server"
    然后创建tablerow 和table cell
      

  4.   

    <table><tr><td><%Response.Write("aaaa");%></td></tr></table>
      

  5.   

    在HTML代码中写<%# textbox1.text#>
    <table><tr><td><%# textbox1.text#></td></tr></table>
      

  6.   

    还有一个问题:就是当我当一个<a>222</a>
    当我点"222"时,那个单元格背景就改变.