M
Matt
I guess the principal differences between client-side and server-side code
is that
client-side code is processed in web browser, and server-side code is
processed in web server. In ASP.NET web controls, since it has the attribute
runat="server", so the controls will be processed in web server?? Do you
think
the processing time will be slower than tradiational ASP applications??
I guess the fundamental question is when do we use client-side code? when
do we use server-side code??
please advise!
Thanks!
is that
client-side code is processed in web browser, and server-side code is
processed in web server. In ASP.NET web controls, since it has the attribute
runat="server", so the controls will be processed in web server?? Do you
think
the processing time will be slower than tradiational ASP applications??
I guess the fundamental question is when do we use client-side code? when
do we use server-side code??
please advise!
Thanks!