ASP Tutorials
PASS VARIABLES WITH QUERYSTRING
Ok, so you want to pass variables between your web pages with the using the QueryString method or the URL bar for you folks still learning ASP lingo. Well, it's as easy as it is passing variables using the form method. One of the most simple and popular ways of passing variables using the querystring method is by using a basic hyperlink.
Programmatically Setting the ObjectDataSource's Parameter Values
Introduction
Step 1: Adding a Method to EmployeesTableAdapter
Step 2: Adding the GetEmployeesByHiredDateMonth(month) Method to the Business Logic Layer
Step 3: Displaying Employees Whose Hiring Anniversary Is This Month
Summary
Built in objects of active server pages
An introduction to Active Server Pages and the seven built in ASP objects with links for each.
ASP tutorial and coce snippets
Directory of ASP tutorials and code snippets from Aspin.com.
ASP A to Z
This is an excellent highly recommended ASP tutorial site. Find out how to do all kinds of things with ASP on this site, covers everything from newbie stuff to database interfacing.
Programming Data-Driven Web Applications with ASP.NET
Programming Data-Driven Web Applications with ASP.NET provides readers with a solid understanding of ASP.NET and how to effectively integrate databases with their Web sites. The key to making information instantly available on the Web is integrating the Web site and the database to work as one. The authors teach this using ASP.NET, server-side controls, ADO+, XML, and SOAP.
Adding records to the database with ASP
No matter what kind of site you have got, you will need your ASP pages to access databases. ASP makes it easier to work with databases by providing support for ADO ( Activex Data Objects ). You already know how to build DSN ( Data Source Name ) and then access database, if you don't then you might want to check out my tutorial on Accessing Databases via ASP.
ASP Form Validation
Validation is basically the act of comparing something to a given set of rules and determining if it satisfies the criteria those rules represent. In this case, the something that we are tring to validate is the input that a visitor to our site has entered into a web form.
User Controls
Like most everything in ASP.NET there's really no magic involved with server controls. In fact, you can build your own controls and use them on your pages just like you use the ones that ship with .NET. Controls that you build are called user controls and they are the topic of this lesson.
Form Viewstate
Tutorial showing how to create ASP forms
Webmaster Tools - Free eBook Webmaster Tools - Download ebook Webmaster Tools free
|