I\'ve a website developed in classic asp. Now I wan开发者_运维问答t to convert it to asp.net(2.0 or above).
I want to port an existing, legacy, ecommerce website from ASP to ASP.NET. What approaches do I have ?
I want my multidimensional array to be dynamic, when I am trying to do that using reDim i am getting the error \"This array is fixed or temporarily locked:ref开发者_JAVA技巧Arr \", Following is my cod
I have a classic ASP page which is loading an ASP.net page through an iframe i开发者_如何学JAVAnside the ASP page.This is working great except for the fact that it takes a while to load the ASP.net pa
This is a method in ASP Classic that saves a file to disk. It takes a very long time but I\'m not sure why. Normally, I wouldn\'t mind so much, but the files it handles are pretty large so need this n
I have a classic asp application. I want to post a contest form from that page to an Asp.Net form. The reason is that I want to use a lot of logic i have built into an Asp.Net page for validation befo
I\'m using jQuery UI Sortable to make a list \"categorizable\". I\'m stuck on the code to put items in the proper category when the page is loaded with existing data (either from the database or just
I\'m using Visual Studio 2008 SP1 and trying to debug a website created in ASP Classic. I have read numerous tutorials, however nothing seems to be working (PEBKAC?). I have enabled server-side debugg
I have an ASP form that needs to submit data to two different systems. First the data needs to go into an MS SQL database, which will get an ID. I then need to submit all that form data to an external
I have a text field who\'s value is populated from a SQL recordset (below). <input name=\"txtAmount\" id=\"txtAmount\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"<%=RS(\"Amount\")%>\