在线等!!!!!有个问题想请教高手
在我的页面里有个linkbutton控件,它的id为back,在后台文件(.cs)里,我为它加了一个属性:
back.Attributes.Add( "href ", "# ");
现在我想先判断它是否有href这个属性,请问如果解决!请高手赐教
------解决方案-------------------- <input id= "Button2 " type= "button " value= "上一页 " / onclick= "javascript:history.go(-1); ">
用HTML 控件不行吗
------解决方案--------------------我试过了没问题,
要注意大小写
Linkbutton1.Attributes.Remove( "HREF ");
Linkbutton1.Attributes.Add( "href ", "# ");