I want to create a process where I can open up a website page and be able to click a button that will get data from a different website and put it into some sort of format I can insert into a database table (XML possibly?). Is there an example of this out there somewhere? I using ASP.Net with C# code behind and a SQL Server 2005 database. Thanks for any help.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.