Browse by Tags
All Tags »
Visual Web Developer »
ASP.NET (
RSS)
In this tutorial by Nannette Thacker, we will create a VB or C# project from scratch. We will create DataSets, TableAdapters, a WebForm and Controls, a File Upload, and import and view an Excel Spreadsheet, and more! We'll also learn about intellisense...
By Nannette Thacker In web application development, three-tier architecture refers to separating the application process into three specific layers. What the user sees via a web browser is called the presentation tier and is content served from a web...
By Nannette Thacker In this tutorial, learn how to import data from an Excel Spreadsheet to a Database by creating a tiered application architecture using Visual Studio's Typed DataSets and TableAdapters. The application consists of an ASP.NET page that...
By Nannette Thacker Step-by-step instructions for creating a database connection to a remote SQL Server Database, using Visual Web Developer. Go to the View menu item and select Database Explorer. Depending on how you have your Visual Web Developer interface...
by Nannette Thacker To install the Ajax Control Toolkit, first download the zip file from http://www.asp.net/ajax/ . Unzip the files into any directory. Give it a name like "AjaxControlToolkit." Open your Visual Web Developer and right click in the Toolbox...
By Nannette Thacker If you're new to ASP.net, but familiar with ASP Classic or HTML, you might wonder about the ASP.net table control. Dragging an HTML table from your toolbox... ... will generate these table commands: <table> <tr> <td>...
More Posts