Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Beginning ASP.NET The Easy Way - ASP.NET tutorial


ASP.NET is Microsoft’s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Using AJAX in your ASP.NET web applications
Using AJAX in your ASP.NET web applications
A simple demonstration of how to use the ASP.NET AJAX framework in your ASP.NET web pages. What we want to achieve here is some sort of interaction between the web page and the server without having to post-back the entire web page.
Category: ASP.NET tutorials - Difficulty:
How to use SCOPE_IDENTITY() in ASP.NET
How to use SCOPE_IDENTITY() in ASP.NET
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database.
Category: ASP.NET tutorials - Difficulty:
Introduction to ASP+
Introduction to ASP+
This is a sample chapter from 'A preview of Active Server Pages+' by Wrox Press. Main topics include: Introduction to ASP+ and the Evolution of ASP, The Next Generation Web Services Framework, How is ASP+ Different from ASP?, Getting Started with ASP+, and more.
Category: ASP.NET tutorials - Difficulty:
Navision Database access via C/ODBC WebService/ASP.NET
Navision Database access via C/ODBC WebService/ASP.NET
Navision Database access via C/ODBC WebService/ASP.NET Application The topic of this article is Navision Attain database access through Webservice, connected to Navision via C/ODBC based Linked Server – the mechanism available in MS SQL Server 2000 and transfer the results to ASP.NET application. Our goal will be ASPX page accessing Navision Customers.
Category: ASP.NET tutorials - Difficulty:
Integrating ASP.NET XML Web Services with Classic ASP Applications
Integrating ASP.NET XML Web Services with Classic ASP Applications
This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an API that can be utilized by both your ASP.NET Web pages and classic ASP pages.
Category: ASP.NET tutorials - Difficulty: