I found that it was possible on many pages to do a simple conversion. Create
a .aspx file in VS.NET with the same name, copy the .asp file into the new
..aspx file. Then, work to bring script from the .aspx file into the .aspx.vb
file, especially any looping logic. Replace instances of "If <% variable %>"
with "If variable", etc.
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.