摘要:
一直都用第一句,后发现用第一句或者第二句不行,第三句靠谱。if(ds == null)//ds为空if(ds.Tables.Count == 0)//ds中没有表if(ds.Tables.Count == 1 && ds.Tables[0].Rows.Count == 0)//ds中的表没有数据 阅读全文
posted @ 2012-03-06 19:29
ishibin
阅读(247)
评论(1)
推荐(0)
摘要:
<asp:Repeater ID="rp_jingdian" runat="server"> <ItemTemplate> <li> <a href="article_article.aspx?id=<%#Eval("id") %>" target="_blank"> <span class="span_bg"> ... 阅读全文
posted @ 2012-03-06 09:38
ishibin
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号