摘要: 查询商品表,和分类别,获取商品的类别名称,需要用到多表查询+分页/// <summary>多表查询分页获取数据列表 /// </summary> /// <param name="tblName">多个表 例如:news a inner join category b on a.caId=b.id and a.caId=b.id</param> /// ... 阅读全文
posted @ 2012-04-25 18:05 asp_net老友记 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 搜索前台: 关键字:<asp:TextBox ID="txtKey" runat="server"></asp:TextBox>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:LinkButton ID="lbtnSearch" runat="server" OnClick="lbtnSearch_Click">搜索</asp:LinkButton> 后台://搜索,记... 阅读全文
posted @ 2012-04-25 14:38 asp_net老友记 阅读(289) 评论(0) 推荐(0) 编辑