Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

And a question about Microsoft Visual Studio

Status
Not open for further replies.

ukemike

Programmer
Aug 14, 2003
8
US
Sorry forgot to put it in the last post.
When you have a project and you look at your project solution there is like 5 diff files at least. Where can i make the whole thing into one file so i can use it in as one .aspx page in microsoft visual studio.??


thank you
mike
 
No....
The whole thing into I file is you have the .html file then the <script></script> in it. In the VS .Net, you have .aspx, .vb... so those files are seperated because we have the form file and the code behide file. Event they are separated files but actually link together to make the whole work. You can copy your code behide and paste it into
<script runat =&quot;server&quot;> .... </script> it still work fine.
&quot;You can not be an ocean without each drop of water&quot;
:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top