I have a classic ASP CRM that was built by a third party company.Currently, I have access to the source code and am able to make any changes required.
which one is faster? (for static html pa开发者_StackOverflow社区ge include)Probably the fastest solution for static html page include would be Server Side Includes:
helping my friend with his old ASP site and ran into an issue so I wanted to throw this out to see if i can get some help.
I\'ve got an asp website that currently has students copying and pasting from Word into a textarea and submitting a paper that way. In this case, they can\'t do any formatting.
How can I go about returning a recordset in C#? These records are retrieved from SQL server. Web services by default uses XML - I don\'t w开发者_开发知识库ant this. I want it to return it as a records
I am sending mail using classic ASP with the CDOSYS objects, but I would like the envelope from address - that is, the one that is specified by开发者_Go百科 MAIL FROM during SMTP - to be set different
Please think a site that has min. 30.000 visitors daily. The site was coded with asp using sql 2008 There are so many lines and so many database connections
I have an ASP application that uses ASPImage.Image to resize the uploaded image and then save the file to the se开发者_如何学Crver and save it in the database.However, it appears that if a user upload
There is an ASP application made to co-exist with other .net web apps. The cookies for the asp page is actually written to the client from an aspx page. So we have something like:
In my java code,I am retrieving some multibyte data from database and making some xml DOM, with that data as the value of some node then converting the DOM to String and posting bytest to ASP Page via