Web Engineering-II: Topic: Understanding Standard Web Form Controls
Web Engineering-II: Topic: Understanding Standard Web Form Controls
Using ASP.net
By
Adnan Amin
Lecturer / Software Programmer
Information and Communication Technology (ICT Dept)
www.geoamins.com
Textbox
Label
Button
Checkbox
Radio button
Listbox
Dropdown list
Image
Hyperlink
By: Adnan Amin (Lecturer/ Software Progr) 5
Code for Textbox
Textboxs are used when you want the user to type
or enter letters, numbers, etc. in a form.
Output: Checkbox
</form>
Pakistan
Afghanistan
Output:
India
Iran By: Adnan Amin (Lecturer/ Software Progr) 12
Open New Website Project in Visual Studio.net and type the following code
Output
Do Practice
First Name:
Last Name:
Submit
Submit