上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 53 下一页
摘要: (1) 数据记录筛选: sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]" sql="select * from 数据表 where 字段名 like '%字段值%' order by 字段名 [desc]" sql="select top 10 * from 数据表 where 字段名 order by 字段名 [desc]"... 阅读全文
posted @ 2008-04-01 21:16 岩仔 阅读(86) 评论(0) 推荐(0)
摘要: (1) 数据记录筛选: sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]" sql="select * from 数据表 where 字段名 like '%字段值%' order by 字段名 [desc]" sql="select top 10 * from 数据表 where 字段名 order by 字段名 [desc]"... 阅读全文
posted @ 2008-04-01 21:16 岩仔 阅读(125) 评论(0) 推荐(0)
摘要: (1) 数据记录筛选: sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]" sql="select * from 数据表 where 字段名 like '%字段值%' order by 字段名 [desc]" sql="select top 10 * from 数据表 where 字段名 order by 字段名 [desc]"... 阅读全文
posted @ 2008-04-01 21:16 岩仔 阅读(111) 评论(0) 推荐(0)
摘要: (1) 数据记录筛选: sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]" sql="select * from 数据表 where 字段名 like '%字段值%' order by 字段名 [desc]" sql="select top 10 * from 数据表 where 字段名 order by 字段名 [desc]"... 阅读全文
posted @ 2008-04-01 21:16 岩仔 阅读(163) 评论(0) 推荐(0)
摘要: (1)表格设置情况 cellspacing=0, cellpadding=0 a ... 阅读全文
posted @ 2008-04-01 19:51 岩仔 阅读(157) 评论(0) 推荐(0)
摘要: (1)表格设置情况 cellspacing=0, cellpadding=0 a ... 阅读全文
posted @ 2008-04-01 19:51 岩仔 阅读(126) 评论(0) 推荐(0)
摘要: (1)表格设置情况 cellspacing=0, cellpadding=0 a ... 阅读全文
posted @ 2008-04-01 19:51 岩仔 阅读(134) 评论(0) 推荐(0)
摘要: (1)表格设置情况 cellspacing=0, cellpadding=0 a ... 阅读全文
posted @ 2008-04-01 19:51 岩仔 阅读(109) 评论(0) 推荐(0)
摘要: (1)表格设置情况 cellspacing=0, cellpadding=0 a ... 阅读全文
posted @ 2008-04-01 19:51 岩仔 阅读(163) 评论(0) 推荐(0)
摘要: 第一种方法: 通过URL链接地址传递 send.aspx: protected void Button1_Click(object sender, EventArgs e) { Request.Redirect("Default2.aspx?username=honge"); } receive.aspx: string username = Reque... 阅读全文
posted @ 2008-03-31 12:26 岩仔 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 53 下一页