inline code

  • Thread starter Thread starter reiks
  • Start date Start date
R

reiks

what do u mean by inline code?
What is the interrelationship between inline code, client-
script and code behind clasess?

I need a brief explanation?
 
Hi

Problem is your qeustion are three things which have no real relation (it
has to do with computing and programming that is the relation)

Inline code is code in a procedure, for some compilers/OS important for some
not.

Client script is what is processed in the webbrowser on the client side (but
there can also be Java applets or ActiveX be processed what is compiled
code)

Server side is processed on the server.
This can be in scripting and in a compiled way.
When you use VS.studio.net you will use mostly compiled and that can than
exist in more compiled classes.

I hope this explains it a little bit?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top