Dear all,
I am new in asp.net and prepare myself for exam
I still have dificulties to understand the difference between server control
and HTML control.
Okey things whcih are clear are the fact that for server control component ,
code is running on the server side.
But if I take as example a Label. I place on a webform an HTM label control
and a WebForm label control, I could see that properties are different for
sure server control offer more tuning possibilities in property side. But
then if I double click on an HTML label control it prompts me if I want to
change it to runat server side...
In that way could we say that that if we need to add code behind a control
we msut use server control instead of HTML control ?
thanks for your clarification
regards
serge
I am new in asp.net and prepare myself for exam
I still have dificulties to understand the difference between server control
and HTML control.
Okey things whcih are clear are the fact that for server control component ,
code is running on the server side.
But if I take as example a Label. I place on a webform an HTM label control
and a WebForm label control, I could see that properties are different for
sure server control offer more tuning possibilities in property side. But
then if I double click on an HTML label control it prompts me if I want to
change it to runat server side...
In that way could we say that that if we need to add code behind a control
we msut use server control instead of HTML control ?
thanks for your clarification
regards
serge
Comment