How can i create this variable?

  • Thread starter Thread starter Miguel Dias Moura
  • Start date Start date
M

Miguel Dias Moura

Hello,

I am working in ASP.NET/VB. I have a string created by a script. How can
i display the content of that string when the page is loaded so i can
check its value?

Thanks,
Miguel
 
I am working in ASP.NET/VB. I have a string created by a script. How can
i display the content of that string when the page is loaded so i can
check its value?

Where is this string stored?

If it is a file, you can use the System.IO classes to open a file to read
the string.
 
Nothing wrong however to prevent that all answers are spreaded over the two
messages.
 

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