如何在后台代码中设置APS.NET中imagebutton的背景图片?
本帖最后由 fengyuzhengfan 于 2013-06-06 14:19:00 编辑
protected void DataList2_ItemDataBound(object sender,DataListItemEventArgs e)
{
((ImageButton)e.Item.FindControl("lkbAtten")).ImageUrl="~/image/atten/关注.png";
((ImageButton)e.Item.FindControl("lkbAtten")).ImageUrl="~/image/atten/关注.png";出现了“未将对象引用设置到对象的实例”问题请各位大哥告诉告诉我怎么解决? ImageButton 背景图片 asp.net控件