Help to convert ASP to JSP - TechRepublic
General discussion
October 7, 2002 at 08:27 PM
vicky.roberts

Help to convert ASP to JSP

by vicky.roberts . Updated 23 years, 9 months ago

I have to convert the following ASP code to JSP can you please help me to do so.

dim OfficeIds : OfficeIds = Replace(Request(“OfficeIds”),”,”,”*”)

dim CategoryIds : CategoryIds = Replace(Request(“CategoryIds”),”,”,”*”)

This discussion is locked

All Comments