.NET Migration Case Study: Using ASP .NET to Build the beta.visualstudio.net Web Site is an useful tutorial which covers the information about various topics such as web site architecture, migrating from ASP to ASP.NET, validation controls in...
Using ASP.NET to Create Multi-Page Custom Reports is an article in which the author discusses about how to build multiple page reports using databinding. A step-by-step process of generating report in ASP.NET using the ReportClass is shown in...
Send E-mail With Asp 3.0 And Cdonts is a multi-platform compatible script that provides the capacity to send e-mail from a web page, via an HTML form. The form posts to an ASP script which creates the required objects (CDONTS), sends the e-mail...
This script allows you to send e-mail messages to your mailing lists from a text file of email addresses. Works with a web-based form in your favorite browser. Your mailing in one click.
A class enabling you to send e-mail directly through a SMTP server. Currently supports all basic commands as well as basic authentication.
Sending Mass E-Mails using ASP.NET is an easy to learn tutorial which shows you the method of sending mass emails using the BCC property of the MailMessage class. Sending mass emails helps you in maintaining a newsletter on the web sites. The...
Creating Dialog Boxes using ASP.NET, JavaScript and IE is an ASP.NET tutorial in which author demonstrates about the procedure to construct a dialogue boxes in the web form. Users can learn about creating a web form, creating a dialog box in a web...
Developing a Web Ring using ASP.NET Web Service and User Control is a web based tutorial which helps web programmers to know about creating web ring. Web ring is a collection of related web sites that are connected with each other. The author...
Creating Lookup Screens using ASP.NET, XML and JavaScript is a web based tutorial in which author elaborates about the method involved in generating a web form with a lookup screen which makes it attractive. In this article author explains about...
Using ASP.NET Server Controls - Overview is an article in which the author lists you the advantages of the ASP.NET and explains the four types of ASP.NET server controls such as HTML, ASP, Validation, and User controls. This article is more... |