asp to asp .net

C

Carlos

Hi all,

I was just given a task to convert an asp page that includes
javascript to asp .net. What is the best way to do it? Can the javascript
code that I need remain there ? I'll appreciate any advice.

Thanks,

Carlos
 
S

Steve C. Orr [MVP, MCSD]

Yes, the javascript shouldn't be a problem. Leave it there.
I use javascript with ASP.NET all the time.
 
B

BillGatesFan

The client side javascript can stay there. Convert the asp code to
VB.NET or C# in the code-behind page.
 
K

Kevin Spencer

I use javascript with ASP.NET all the time.

.... as does Microsoft!

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

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

Top