505 Lab On Internet Technologya and C# Programming
505 Lab On Internet Technologya and C# Programming
505 Lab On Internet Technologya and C# Programming
2. Design a form using HTML that accepts information about your qualification, extra curricular
activities, achievements, Skill sets, Hobbies and expectations for a particular job profile.
3. Design the registration form for a web site and when the user clicks on submit button the login
form should be appeared on the screen.
5. Design a CSS(inline) that displays the regular text at the center with green as background color
and white as fore color and should be bold; using class.
9. Write an HTML code to accept the student’s academic information of last year using the
<form>.
10. Create a table using HTML code to display the following table:
Course
BCA I BCA II BCA III
14. Write JavaScript to display table of numbers 2-10. (use form and form elements)
15. Write JavaScript code which contains ‘show’ button. When user clicks on show button, first
10 terms of Fibonacci series will be displayed in textbox on another HTML page. This page
contains button ‘back’. With this button user can come back to original page.
16. Write JavaScript code which will accept a number in dropdown list box. When you click on
button ‘’ the accepted number will get added to textbox. Maximum 10 numbers can be
accepted in list box.
22. Create HTML form that has number of textboxes. When form runs fill the textboxes with
data. Write JavaScript code that verifies that all the textboxes have been filled. If a textbox has
been left empty, pop up an Alert indicating which textbox has been left empty. When Alert’s OK
button is clicked on, set focus on empty textbox. If all textboxes are filled display ‘Thank you’
message.
23. Create a HTML form that has a number of textboxes. When the form runs in the browser fill
the textboxes with data. Write the JavaScript code which verifies that all textboxes have been
filled. If the textbox has been left empty, popup an Alert indicating which textbox has been left
empty. When alert’s OK button is clicked on, set focus to that specific textbox.
24. Develop a HTML form which accepts mathematical expression in one textbox and display its
result in another textbox after clicking on a button showing mathematical operations.
25. Create a form having textboxes, radio buttons and check boxes and reset button. On clicking
the reset button the entire form should be reset.
11. Using Try, Catch and Finally blocks write a program in C# to demonstrate
error handling.
13. Demonstrate Use of Virtual and override key words in C# with a simple
program
14. Implement linked lists in C# using the existing collections name space.
15. Write a program to demonstrate abstract class and abstract methods in C#.