Home

Submit

Source

Feeds

Home » ASP.NET » Web Forms ::

ASP.NET Web Forms
This is a very basic contact form which can be used for any kind of website. Web form contains name, email, subject and message inputs. When visitor clicks send button, script send all information from contact form. Change only mail server and default email within the script.
Related Tutorials
ASP.NET Emailing
ASP.NET - Emailing Form Content
ASP.NET / Emailing
I want to show you how it is possible to email form content to yourself or another person using the asp.net postback feature and a little creativity.

Site: www.webdevshed.com Report - View Tutorial

ASP.NET Web Forms
How-to implement the Calendar control in asp.NET
ASP.NET / Web Forms
The Calendar control is an easy to use control once you know what you are doing. It has enough features to be used in most instances where you need to display dates in calendar form. This tutorial will show you how to implement the most basic form of the Calendar control, then adjust it to make it look like an event calendar where the days containing events are marked as such.

Site: www.chauy.com Report - View Tutorial

ASP.NET Web Forms
Validate using RequiredFieldValidator
ASP.NET / Web Forms
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.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Web Forms
Performing custom validation
ASP.NET / Web Forms
Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays 'This name is already taken'.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
Date Validation in ASP.NET
ASP.NET / General Development
In this tutorial, we will try to validate some data coming from a form input. While using this sampel code will check the date is true and in correct format. We will compare the date within a culture date format.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Web Forms
Accessing the controls and methods of a MasterPage
ASP.NET / Web Forms
If you are looking to access the method, property or control of an ASP.NET MasterPage from inside a web form you need to do a little trick to get it to work properly. This tutorial explains how you can do this with only a few lines of code, and it also shows you how to create MasterPages that you can use with web forms.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Controls
Web Parts
ASP.NET / Controls
Because rendering an ASP.NET Web form is broken down into small, manageable chunks, arbitrarily extending the framework by adding new controls is a straightforward affair. Server-side controls offer very fine-grained control over the HTML rendered by your application.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Web Forms
Group validation in ASP.NET 2.0
ASP.NET / Web Forms
This tutorial will teach you how to use the ValidationGroup property introduced in ASP.NET 2.0, which allows you to link validators to buttons, so that certain buttons in a form can only trigger certain validators.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
ASP.NET 2.0 Script CallBack (Ajax like)
ASP.NET / General Development
Learn about the new ASP.NET 2.0 feature which allows you to do CallBack (similar to PostBack) on a form without reloading the page. This technique similar to Ajax uses the ICallbackEventHandler interface.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Controls
Databinding
ASP.NET / Controls
This tutorial covers one of ASP.NET's most useful features: databinding. A number of controls within ASP.NET have the capability to understand the form and content of a collection and to render the correct tags to represent such user elements as list boxes, radio button lists, and combo boxes. Here we'll examine how these controls work and how to use them on a Web page.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Emailing
Sending Mass E-Mails using ASP.NET
ASP.NET / Emailing
How to validate user input i.e. what if user enters nothing or enters invalid information in the HTML form input boxes and how to send mass emails to a list of email addresses without the user knowing that the same email has been sent to other users as well.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Dynamic Images
Create HTML Image Maps Dynamically With .NET
ASP.NET / Dynamic Images
I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixel's color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves their mouse over the chart or clicks a section of it.

Site: www.eggheadcafe.com Report - View Tutorial

ASP.NET .NET and Databases
asp.net Simple Connect To Database
ASP.NET / .NET and Databases
Simple it is to connect to a database.

Site: www.blog.0tutor.com Report - View Tutorial

ASP.NET Migrating to ASP.NET
A Practical Comparison of ADO and ADO.NET
ASP.NET / Migrating to ASP.NET
Since "classic" ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.

Site: www.devarticles.com Report - View Tutorial

ASP.NET Web Forms
Submitting Web Form data from one ASP.NET page to another
ASP.NET / Web Forms
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.

Site: www.stardeveloper.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement