Justin Cooney
Web Development Tips and Examples
Category: VB.NET
-
Today I was working on a maintenance Web page that triggers a SQL Server stored procedure. This stored procedure can either run quite quickly, or it can take in excess of seven minutes to finish. So in order to let the user know that the process is executing in the background I added a small…
-
Often when building a Web site there is a need to log the HTML of the page that is displayed to the user. This, for example, can be useful for history logging or emailing a copy of the form. Since I frequently use .NET Webforms it is actually relatively easy to obtain the rendered HTML…