问题描述
<asp:TemplateColumn><HeaderStyleHorizontalAlign="Center"Width=30px></HeaderStyle><ItemStyleHorizontalAlign="Center"Width=30px></ItemStyle><HeaderTemplate>History</HeaderTemplate><ItemTemplate><asp:ImageButtonID="ibnHistory"runat=serverAlternateText="History"CommandName="History"ImageUrl="/images/common/buttons/onepart/remove_r.gif"OnClientClick="DataList('ADUserpersonHistory.aspx?Account=<%#DataBinder.Eval(Container.DataItem,"User_ID")%>');"/></ItemTemplate></asp:TemplateColumn>這里OnClientClick="DataList('ADUserpersonHistory.aspx?Account=<%#DataBinder.Eval(Container.DataItem,"User_ID")%>');"出錯了:Error1Theservertagisnotwellformed.請問這樣書寫有錯誤嗎?謝謝先。
解决方案
解决方案二:
回帖是一种美德!传说每天回帖即可获得10分可用分!
解决方案三:
回帖是一种美德!传说每天回帖即可获得10分可用分!Too...
解决方案四:
使用html控件的<img就可以了
解决方案五:
CommandName="History"--CommandName='History'.
解决方案六:
OnClientClick="DataList('ADUserpersonHistory.aspx?Account=<%#DataBinder.Eval(Container.DataItem,"User_ID")%>');"--OnClientClick="DataList('ADUserpersonHistory.aspx?Account='+'<%#DataBinder.Eval(Container.DataItem,"User_ID")%>');"
解决方案七:
引用5楼Kshatriya的回复:
OnClientClick="DataList('ADUserpersonHistory.aspx?Account=<%#DataBinder.Eval(Container.DataItem,"User_ID")%>');"--OnClientClick="DataList('ADUserpersonHistory.aspx?Account='+'<%#DataBinder.Eval(Container.DataItem,"User_ID")%>');"
解决方案八:
回帖是一种美德!传说每天回帖即可获得10分可用分!
解决方案九:
不行啊,還是提示一樣的錯誤:Theservertagisnotwellformed
解决方案十:
怎么沒人回啊。