Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Integrating ASP.NET XML Web Services with Classic ASP Applications - ASP.NET tutorial


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:

More cool ASP.NET tutorials:



Generating Text Images on the Fly with ASP.NET
Generating Text Images on the Fly with ASP.NET
Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing, but prior to ASP.NET it was a relatively difficult thing to do. This article explains how to generate text images on the fly using ASP.NET. Source code available for download.
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:
Validate using RequiredFieldValidator
Validate using RequiredFieldValidator
In this tutorial you'll find out how to validate a TextBox and RadioButtonList control on a webform using RequiredFieldValidator, which will show a warning and stop the submission of the form if a required field has no value.
Category: ASP.NET tutorials - Difficulty:
ASP.net simple email sending function
ASP.net simple email sending function
http://blog.0tutor.com sending an email through asp.net is maybe one of the most simple functions ever, and here is the source code, to make it even more simple for you.
Category: ASP.NET tutorials - Difficulty:
Popup / Lookup And Select Control
Popup / Lookup And Select Control
Popup Control is use to open new window, After the new window opened we want select data from grid and return it to opener window
Category: ASP.NET tutorials - Difficulty: