摘要:
在自定义WebUserControl中访问PAGE/master/或其它控件中的对象文章来源:http://blog.csdn.net/chsword/archive/2006/12/25/1461165.aspx 阅读全文
摘要:
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 ========... 阅读全文
摘要:
得到当前网页文件名(不含路径)的小函数,如果有效率更高的请回帖评论文章来源:http://blog.csdn.net/chsword/archive/2006/12/25/1460290.aspx 阅读全文