Tag: Development

Community

Overview of the ASP.NET Framework

(Stephen Walther) If you are using Visual Web Developer or Visual Studio, you first need to create a new website. Start Visual Web Developer and select the menu option File, New Web Site. The New Web Site dialog box appears (see Figure 1.1). Enter the folder where you want your new website to be cre

Community

Convert HTML tables to a DataSet

(Mark Smith) I recently needed to do some “screen scraping” from a locally installed 3rd party web application and then do some data manipulation based on the results. The application in question wrote the results out to the page inside tags and there were several of these tables on the page