The main controls we will talk about today are radio, select, input, Label, and Literal. There is less talk about server controls here, mainly because server controls can assign values in the background, and secondly, server controls are also HTML controls after parsing
When writing programs, assigning values to radio is the most headache. Today I will make a DEMO of the assignment of these controls and share it with you.