摘要: 在自定义WebUserControl中访问PAGE/master/或其它控件中的对象文章来源:http://blog.csdn.net/chsword/archive/2006/12/25/1461165.aspx 阅读全文
posted @ 2006-12-26 07:28 重典 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Shared Function isright(ByRef s As String, ByRef right As String) As Boolean Dim Regex As New Regex(right, RegexOptions.IgnoreCase) Return Regex.IsMatch(s) End Function ========... 阅读全文
posted @ 2006-12-26 00:06 重典 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 得到当前网页文件名(不含路径)的小函数,如果有效率更高的请回帖评论文章来源:http://blog.csdn.net/chsword/archive/2006/12/25/1460290.aspx 阅读全文
posted @ 2006-12-26 00:01 重典 阅读(198) 评论(0) 推荐(0) 编辑