adspace


What are HTML controls, Web controls, and server controls?

Answer Posted / surya

controls with basic html tags are Html controls.

Controls with runat server tag are server controls and the
events are handled in server side

and if you have tags like <asp:GridView> it is called web
controls and events are handled at server side

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143