日期:2014-05-18 浏览次数:20482 次
protected DataSet ds = new DataSet();
protected void Page_Load(object sender, EventArgs e)
{............
................
<table border="0px" cellpadding="8px" cellspacing="0px">
<%if (ds.Tables.Count <= 0 || ds.Tables[0].Rows.Count <= 0)
{ %>
<tr>
.........................
.................