ASp.net 的一些技巧
1.input 与Button 的技巧
<input type='button' value='<%=Resources.demo.ViewCategories %>' onclick="window.location='categories.aspx'" />
<asp:Button runat="server" Text="<%$Resources:demo,products %>" Visible="false" ID="btnProductGroups" OnClientClick="window.location=products .aspx'"/>
<input type='button' value='<%=Resources.demo.ViewCategories %>' onclick="window.location='categories.aspx'" />
<asp:Button runat="server" Text="<%$Resources:demo,products %>" Visible="false" ID="btnProductGroups" OnClientClick="window.location=products .aspx'"/>
浙公网安备 33010602011771号