摘要: 一个用于接收表单的post类型,一个用于接收表单的get类型传值和url传值例如:接收这个表单中的传值使用request.form这个使用.request.querystring()还有直接的地址栏传值实际上也是get类型的.使用request.querystring() 阅读全文
posted @ 2006-06-22 22:26 RicoRui 阅读(1029) 评论(0) 推荐(0)
摘要: VS2005中新的服務器端注冊JS等腳本 this.Page.ClientScript.RegisterStartupScript(Type type,string key,string value) 其用如下: ClientScript.RegisterClientScriptBlock(this.GetType(), "test", "");RegisterStartupScri... 阅读全文
posted @ 2006-06-22 16:00 RicoRui 阅读(1352) 评论(0) 推荐(0)