摘要:
查询商品表,和分类别,获取商品的类别名称,需要用到多表查询+分页/// <summary>多表查询分页获取数据列表 /// </summary> /// <param name="tblName">多个表 例如:news a inner join category b on a.caId=b.id and a.caId=b.id</param> /// ... 阅读全文
摘要:
搜索前台: 关键字:<asp:TextBox ID="txtKey" runat="server"></asp:TextBox> <asp:LinkButton ID="lbtnSearch" runat="server" OnClick="lbtnSearch_Click">搜索</asp:LinkButton> 后台://搜索,记... 阅读全文