Directive different

V

Vitamin

What is different between the directive "src=source.vb" and
"codeBehind=source.vb"
??

thx~
 
A

AW

What is different between the directive "src=source.vb" and
"codeBehind=source.vb"

If you place the SRC attribute, the source.vb file is not compiled and you
must provide it with the ASPX page on the server.

If you place the CodeBehind attribute, the source.vb file is compiled by
Visual Studio.net in a DLL, and you must provide juste the DLL and the ASPX
page on the server (the source.vb file is not needed).
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top