| 发表于:2007-01-29 11:23:454楼 得分:0 |
我感觉是在这里修改的,但是不知道怎么改!请高手回复 if(e.item.itemtype == listitemtype.edititem) { if(e.item.controls[1].controls[0].gettype().tostring() == "system.web.ui.webcontrols.textbox ") { textbox tb = (textbox)e.item.controls[1].controls[0]; tb.width = unit.parse( "80px "); tb.cssclass = "textbox "; tb.text=server.htmldecode(tb.text ); } } | | |
|