Questions
- Create a Database StudentDB
- Create the table STUDENTS with the given fields
ID
|
GUID
|
INDEXNUMBER
|
VARCHAR
|
TEXTBOX
|
NAME
|
VARCHAR
|
TEXTBOX
|
GENDER
|
VARCHAR
|
RADIOBUTTON
|
USERNAME
|
VARCHAR
|
TEXTBOX
|
PASSWORD
|
VARCHAR
|
TEXTBOX
|
AGE
|
NUMERIC
|
TEXTBOX
|
EMAIL ID
|
VARCHAR
|
TEXTBOX
|
COURSE
|
NCHAR
|
DROPDOWNLIST
|
YEAR
|
NCHAR
|
DROPDOWNLIST
|
- Create a Web App that uses a web service
- to display all the details of students from the database and bind it to GridView
- Create a Login Module in which the student enter Username and Password and print a welcome message with the student name for a successful login.
- Create the Web page that accepts indexnumber, name,gender,username password ,age , email id, course and year.
i. All the information entry is compulsory.
ii. Password should be reconfirmed.
iii. Age should be within 21 to 40.
iv. Email id should be valid.
-
- Create an update button that will update the year
- Create a delete button to delete the details of the student
Questions
- Create a Database StudentDB
- Create the table STUDENTS with the given fields
-
ID
|
GUID
|
INDEXNUMBER
|
VARCHAR
|
TEXTBOX
|
NAME
|
VARCHAR
|
TEXTBOX
|
GENDER
|
VARCHAR
|
RADIOBUTTON
|
USERNAME
|
VARCHAR
|
TEXTBOX
|
PASSWORD
|
VARCHAR
|
TEXTBOX
|
AGE
|
NUMERIC
|
TEXTBOX
|
EMAIL ID
|
VARCHAR
|
TEXTBOX
|
COURSE
|
NCHAR
|
DROPDOWNLIST
|
YEAR
|
NCHAR
|
DROPDOWNLIST
|
- Create a Web App that uses a web service
- to display all the details of students from the database and bind it to GridView
- Create a Login Module in which the student enter Username and Password and print a welcome message with the student name for a successful login.
- Create the Web page that accepts indexnumber, name,gender,username password ,age , email id, course and year.
-
i. All the information entry is compulsory.
ii. Password should be reconfirmed.
iii. Age should be within 21 to 40.
iv. Email id should be valid.
-
- Create an update button that will update the year
- Create a delete button to delete the details of the student