Personal C Sharp         by    famsoft.org

Home | Demonstrative Examples | PC# Methods | PC# Reference | Links

Demonstrative Examples, Web Pages

Please visit our new website for more uptodate information Click Here.

For Examples code and tutorials, click here:  Web Development I
 
To see the web pages in action, click here:    Web Development Demo.

ex01.jpg

Example 1: Creating the first web page. The page is made of a master page which includes the top and two
bottom sections and "pg1" which is made of two sections.  Controls used to make the page include Labels,
Images, and HyperLinks,  in addition to a Literal control which contains a table. The master page
contains a method which sets the page number.
 
 

ex02.jpg

Example 2: The left section shows how to interface with the user. It shows how the text which has been
entered by the user into the text box can be retrieved. The right section shows how to create a clickable
image. 
 
 

ex03.jpg

Example 3: The left side shows how to create a Calendar control and how to retrieve the Date which has
been selected by the user.  The right section creates a page, session and application variables used as
counters which advance when the button is clicked. It allows you to study the behaviour of the three
variable types.
 
 

ex04.jpg

Example 4: Shows how to design a complicated form which includes several types of controls and how to
retrieve the data user has entered into each of them.
 
 

ex05.jpg

Example 5: Shows a very simple method to validate data entered by the user. It explains how to do simple
validations at the client side and  how to do  the validations which require more work at the server.
 
 

ex06.jpg

Example 6: Shows how to generate graphical objects and install them at desired locations within the web
page dynamically. It also shows how to allow the user to interact with the drawing operations.