Developers blog, .NET, C#, VB.NET, ATLAS, AJAX, WWF, ORM, LINQ, ARCHITECTURE and more by Frank Kroondijk |
|
ProfileFrank KroondijkSoftware developerSoftware architectBlog profile
Links
Archives
200 feeds |
dinsdag, juni 13, 2006Test if URL is valid
Sometimes you need to find out that if the urls on the page exists or not. The following code reads the HTML of the page and extracts all the urls and finally checks if the url exists or not.
http://geekswithblogs.net/azamsharp/archive/2006/06/08/81251.aspx Disabling the Button While the User Wait this.MyButton.Attributes.Add("onclick", "this.value='Please wait...' ;this.disabled = true;" + ClientScript .GetPostBackEventReference(this.MyButton, "")); http://geekswithblogs.net/azamsharp/archive/2006/06/11/81513.aspx Mohammad Azam http://aspalliance.com/author.aspx?uId=58748 |