摘要:
组织了下,写了个静态页生成类 Htmlmaker.asp 类文件 应用示例: test.asp 测试测试测试测试" myhtml.Htmlmake set myhtml=nothing Response.Write("生成成功!!") %> 阅读全文
posted @ 2007-12-19 12:07 Saga 阅读(172) 评论(0) 推荐(0)
|
|
|
|
摘要:
组织了下,写了个静态页生成类 Htmlmaker.asp 类文件 应用示例: test.asp 测试测试测试测试" myhtml.Htmlmake set myhtml=nothing Response.Write("生成成功!!") %> 阅读全文
posted @ 2007-12-19 12:07 Saga 阅读(172) 评论(0) 推荐(0)
摘要:
------------------------------------------------------- 0 Then call alert("原路径错误!","") newfile=Server.MapPath(newfile) if Err.Number>0 Then call alert("新路径错误!","") fso.CopyFile oldfile,newfile’覆盖原来的文... 阅读全文
posted @ 2007-12-19 12:06 Saga 阅读(423) 评论(0) 推荐(0)
摘要:
public partial class Add3 : System.Web.UI.Page { public DataRow drw; public String Temp = Request.Params["iCustomerId"]; ... 阅读全文
posted @ 2007-12-19 11:57 Saga 阅读(1979) 评论(0) 推荐(0)
摘要:
ASP.NET 2.0提供了功能强大的数据绑定控件GridView、在使用中,一些属性和方法经常会与ASP.NET 1.1中的DataGrid混淆(VS2005中依然可以使用DataGrid,手动添加到工具箱或HTML状态输入代码),下面我们分别用GridView和DataGrid实现其数据绑定、编辑、更新、删除等,从其代码中看两者的不同。 页面: 1 2 3 ... 阅读全文
posted @ 2007-11-29 09:49 Saga 阅读(154) 评论(0) 推荐(0)
摘要:
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.W... 阅读全文
posted @ 2007-11-27 09:13 Saga 阅读(210) 评论(0) 推荐(0) |
|