Html Controls Vs WebControls

mLaquMoonr

New Member
i am new to .Net EnvironmentAnd staright away started creating a ASP.NET webapplication.<BR>I want to know the difference between HtmlControls and WebControls.<BR>And why validations are always done at server i.e Runat="Server"<BR>Why cannot we use Client Side validations.<BR>Explain me in detail.<BR><BR>Reply to:- [email protected]> Explain me in detail.<BR><BR>ever thought of reading the documentation?<BR><BR>http://msdn.microsoft.com/WebControls can be referenced from the server-side, that is the main difference. If you create an html control, it cannot be viewed from the server. It is better to use html controls unless you do need to reference the control from the server. You will need to use server-side fields and validators because on lower end browsers the validation will have to take place server-side. But if it is an uplevel browser (5.5 +) then the validation will take place client side.<BR><BR>HTH,<BR>Jameswhy can't any of you people speak english.<BR><BR>So often I see "Explain me in detail."<BR>Well first off you are a human. The human body has many subsystems that allow it to function. Starting with the nervous....<BR><BR>CAN'T YOU JUST SAY "Please explain this to me" or "Explain this to me" or "Could you help me"<BR><BR>Sorry BUT I HAD TO RANTHello mark thanks for ur suggestion.<BR><BR>Thanks for the those who responded to my Questions<BR><BR>Thanks for all.<BR>Regards<BR>arul
 
Back
Top