ASP .NET Rich Controls
XML Technologies
-
Extensible Markup Language (XML),like HTML, is a markup language that provides
access to structured
-
But, unlike HTML, XML is not limited to a set of tags or to being displayed in
a browser
-
XML allows you to define your own elements
-
XML can be shared across applications, file systems, and operating systems.
The final web pages should appear as follows:
listproducts.aspx
displaybanner.aspx
Calendar Control
-
The calendar control is created by the calendar class
-
The calendar displays a single calendar month
-
By default the current month is diplayed.
The final web pages should appear as follows:
calendar.aspx
File Upload
-
The file upload control is not listed as a rich control
but can enhance your application.
-
The file upload control is an HTML server control known as the
InputFile HTML control.
The final web page should appear as follows:
uploadfile.aspx