Curious!All my linkbutton disappeared,why!
-
It's a small but curious question. All my linkbutton in design page has disappeard on runtime,but in design page and .ASCX file they are there.They are put in a table. such as
<asp:LinkButton id="cmdCreateArticle" Runat="server" CssClass="CommandButton">新文章</asp:LinkButton>
Thank you in advance. -
It's a small but curious question. All my linkbutton in design page has disappeard on runtime,but in design page and .ASCX file they are there.They are put in a table. such as
<asp:LinkButton id="cmdCreateArticle" Runat="server" CssClass="CommandButton">新文章</asp:LinkButton>
Thank you in advance.I see you have chinese characters? Are they images or text? If they are images you may need to check your path. If they are characters then you the web page may not be referencing the character set. The other possiblilty I see is that the cssClass is commandbutton. It may be worth trying to change the name as that may be a reserved word. Finally take the CssClass Tag out and see if the characters appear. If they do the style is blank or your 'My First ASP.Net site is now up :) http://www.redravenrpg.com