Hello to all fellow programmer,
CodeBehind Files
1. The file are created and named after the master.aspx file with additional extension *.
vb or *.cs
and are store in the same folder as the master file.
Can we place the file or our customised CodeBehind files to a different folder from the master file
and provide the linkage to all this files as and when needed using <a href), is this a good idea?
CodeInline Files
1. The file are embedded in the master.aspx and its content are stored under the <script> tag.
Am I saying it right, or the content can also be stored in other HTML elements apart from the script?
Thank you very much.
Cheers
Mohamad