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'"/>

posted on 2008-06-11 10:08  newr2006  阅读(140)  评论(0)    收藏  举报

导航