Abdul Haseeb Ul Hasan IAD Lab Task Portal
Topic: State Management
Task 1: Implement a simple program that uses viewstate to store and retrieve counter value. Whenever Increment button is clicked counter should be incremented by 2?
View Task
View PDF
Task 2: Extend the program implemented above and make the View State secure? Refer to the textbook for the technique of securing?
View Task
View PDF
Task 3: Store Object in ViewState
View Task
View PDF
Topic: Databases
Task: Consider the project database designed and implemented during previous semester i.e. Fall 2024.
Its implementation was done using structured query language during previous semester. Try to recall major relations in your project database.
You already have its report in printed form.
Create a website project using a blank folder as demonstrated in class.
Add a web form with separate code to the project.
Test the web form by running it in browser.
Write code to retrieve data from any of your project table. Display a few fields in browser.
View Task
View Code
Topic: Databases
Task: Consider the project database designed and implemented during previous semester i.e. Fall 2024. Its implementation was done using structured query language during previous semester. Try to recall major relations in your project database. You already have its report in printed form.
There is a need to implement a web based solution for above mentioned database. The web based solution must incorporate various functionalities of your project.
(1) Registration of Student/Patient/Passenger/Customer, or whatever is applicable in your project.
View Task View PDFTopic: Web Controls
Task: Develop and asp.net page that displays a list of options with check boxes (Use CheckBoxList web control).
In clicking a button (web control) the page displays the selected options in a label control.
View Task View PDFTopic: Web Controls
Task: Develop a page that displays two text boxes and a button web control. The textboxes are used to capture number of rows and number of columns from user
View Task View PDFTopic: Lab 11
Task: Make a Quiz Portal
View Task View PDFTeacher: TeacherPassword, Administrator: AdministratorPassword, Student: StudentPassword
Add New Lab