AspAlliance.com LogoASPAlliance: Articles, reviews, and samples for .NET Developers
URL:
http://aspalliance.com/articleViewer.aspx?aId=144&pId=-1
ASP.NET Tutorial
page
by Jesudas Chinnathampi (Das)
Feedback
Average Rating: 
Views (Total / Last 10 Days): 39267/ 47

ASP .NET Tutorial

Written on: April, 18th 2002.

Introduction

In Classic ASP, we were having only six objects and we have only less to learn. But now, in ASP .NET (V1 Framework) we have around 4,000 classes and 78,000 methods and properties. This is a beginers tutorial for ASP .NET. All examples have been worked out in VB. To start with, I am starting with three web server controls. I will add many other controls with ready to use examples in the coming days.

I will list the control that we are going to learn. Also, I have a bulletted list of information. This information is nothing but the list of things that you will learn from the control listed.

Label Web Server Control
  1. How to display/assign a text with Label Web server control?
  2. How to assign a borderwidth?
  3. How to give colors for our text?
Textbox Web Server Control
  1. Get an input from the user
  2. Create a textarea
  3. Get passwords as input
Listbox Web Server Control
  1. How to populate a Listbox control?
  2. Populating the listbox during runtime, using Databinding
  3. Selecting Multiple items in a Listbox
  4. How to Remove items?
  5. Insert items to a particular position
Checkbox Web Server Control
  1. How to assign a text to Checkbox control?
  2. How to know whether the checkbox has been checked or not?
  3. How to assign a value to Checkbox control?
  4. How to add an attribute to a CheckBox Control?
  5. How to retrieve an attribute from a CheckBox Control?
CheckboxList Web Server Control
  1. How to create items for a CheckboxList control?
  2. How to retrieve the values selected by the user?
  3. How to find the number of items inside a checkboxlist control?
  4. How to loop through the checkboxlist web server control?
RadioButton Web Server Control
  1. How to create a RadioButton control?
  2. How to assign a text to Radio Button control?
  3. How to know which RadioButton has been selected by the user?
LinkButton Web Server Control (by Other Contributors)
  1. Fundamental use of the .NET LinkButton
  2. How to add LinkButton dynamically?
  3. What happens when the user clicks on the LinkButton?
Panel Web Server Control (by Other Contributors)
  1. What is a Panel?
  2. How to create Panel based web application
  3. A demo application is available for download

Miscalleanous Examples

Creating a Text File in ASP .NET
  1. The namespace that is required to deal with Files
  2. The StreamWriter Object
  3. Creating a Text File
  4. How to capture errors which may occur while creating a text file?
Reading a Text File in ASP .NET
  1. The namespace that is required to deal with Files
  2. The StreamReader Object
  3. Reading a Text File
  4. How to capture errors which may occur while reading a text file?
Sending Email from ASP .NET
  1. What we need to send Email from an ASP .NET?
  2. How to send an email from an ASP .NET page?
  3. What is new in sending email? (SmtpMail.SmtpServer)
  4. How can we send attachments in an email?
How to Upload a file in ASP .NET (just two lines of code!)
  1. How to Upload a file from Client to the Web server in ASP .NET?
  2. How to give a different name to the file saved to the web server?
  3. How to know the size of the file uploaded by the user?
  4. How to control the size of file uploaded to the web server?
ASP.NET Tips and Tricks (Code Snippets)
  1. Ready to use code for common tasks!
  2. How to find if any record exists in a SqlDataReader?
  3. Where to store the connection string?
  4. How to generate XML from a DataSet? and more ....

Send your comments to das@aspalliance.com



©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-25 10:01:31 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search