Include files

R

Ramon Rocha

Dear friends,

How do I do to includes files .aspx in ASP.NET pages <script></script>?

Ex:
config.aspx
------------
Dim strLanguage as string
strLanguage = "en-US"

home.aspx
-----------
<script runat="server">
Sub Page_Load(...
'how do I do to include config.aspx here????
<!-- #include virtual="config.aspx" --> 'don't works!
End Sub
</script>

Thank you!

RAMON ROCHA
from Brazil
 

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

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,273
Latest member
DamonShoem

Latest Threads

Top