获取信息列表
<%DataTable list1 = get_info_list("aaa", 1, 0, "status=0"); if (list1 != null && list1.Rows.Count > 0) { foreach (DataRow item in list1.Rows) {%> <%} } %>
获取分类信息
<%Suctan.Model.InfoCategory cate = get_category_model(1); %>
<%=cate.title%>
原文:http://www.cnblogs.com/jronny/p/6638868.html