[问题]关于response.write的用法

楼主: fashilu (彼方)   2016-12-04 17:37:14
新手发问请多多包涵
工具是VS
在前端用了sqldatasourse连结到数据库后
拉了个Listview
然后里面再拉了一个label id是SMeNo
可是在后端中的ListView1_ItemDataBound中
{
Label MeNo = (Label)e.Item.FindControl("SMeNo");
Response.Write(MeNo.Text);
}
出来会是空的。
请问在下哪里搞错了呢?
谢谢

Links booklink

Contact Us: admin [ a t ] ucptt.com