Nannette Thacker ShiningStar.net

ASP.net Technologies.

Browse by Tags

All Tags » Visual Web Developer » ASP.NET (RSS)
C# and VB Project: A Tutorial Using Data Sets, Table Adapters, WebForms, Controls, File Upload, Excel Import
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...
3-Tier Web Application Development
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...
Importing an Excel Spreadsheet Using Typed DataSets and TableAdapters
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...
Creating a Database Connection to a Remote SQL Server Database within Visual Web Developer
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...
Ajax Control Toolkit Installation in Visual Web Developer
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...
HTML Tables to ASP.net Table Controls
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