文章分类 -  asp.net

摘要:1. 打开新的窗口并传送参数: 传送参数:response.write("") 接收参数:string a = Request.QueryString("id");string b = Request.QueryString("id1");2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm('确认?')"); button.att... 阅读全文
posted @ 2008-03-06 16:12 yangjun 阅读(253) 评论(0) 推荐(0)
摘要:Tip/Trick: Url Rewriting with ASP.NET People often ask me for guidance on how they can dynamically "re-write" URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET we... 阅读全文
posted @ 2008-03-05 09:47 yangjun 阅读(280) 评论(0) 推荐(0)
摘要:作者: Stephen Walther 原文地址:http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnvs05/html/UserProfiles.asp 译者:Tony Qu (来自BluePrint翻译团队) 概要:许多ASP.NET应用程序需要跨访问的用户属性跟踪功能,在ASP.NET1.1中,我们只能人... 阅读全文
posted @ 2008-01-10 20:21 yangjun 阅读(402) 评论(0) 推荐(0)