是不是你在PAGELOAD里给它赋了值吖?检查一下~~

解决方案 »

  1.   

    不会吧!你该不是吧EnableViewState给改了!两个可是挨着的!
      

  2.   

    disabled textbox's value is not sent by the browser, try ReadOnly
      

  3.   

    在page_load里填充值了吗
    如果页面刷新,你想得到原先的值,
    那么,你不要加上
    if not ispostback then
    end if
      

  4.   


    在page_load()
    加入
      if(!IsPostBack)
    {
    ... 代码
    }将 textbox的 EnableViewState 改为 false
      

  5.   

    to saucer(思归, MS .NET MVP):
        你的方法解决了我的问题,若你有空的话,请再帮我解决一个问题,那个问题困扰我多时了。
    http://expert.csdn.net/Expert/topic/1608/1608341.xml?temp=.5258142