No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi, There is a tricky way for solving your problem. If you create a HTML table which holds all the data you want to export as an excel file by writing an ASP page, and if you put the proper headers to your ASP page, your HTML table can be …
You can use an AJAX solution to your problem. Let's say that we have three page: main.asp (which holds 3 selectbox you mentioned), city.asp (that returns cities of requested country), area.asp (that returns areas of requested city) So you should get country list while main.asp is loading. If any country …
Hi everyone, I am trying to use classes with JSP but I have a problem. I created a class and a method that will be used to return a specific querystring value . But I get an error while compiling the class and I can't solve the problem. I use …
If you want to make a full AJAX-supported web application, you should desing the application as considering AJAX is the core engine to handle requests. AJAX can be used for enhancement of web pages like filling a filling a form with a database search when a select option is selected …
Unfortunately, Apache does not support ASP. There are some ASP modules but they are not good enough to develop ASP applications. In order to get IIS in Windows XP Home, you can try to use Abyss web server, which is a thirdparty web server that you can run ASP files …
In a normal IIS environment with default configuration, you should get an error page when you try to run your ASP page. Because there is a ";" at the end of the line that begins with response.write. I suggest you trying to run your ASP page again without that ";". …
You can try to put " [b]order by date_field desc[/b]" (or for reverse ordering "[b] order by date_field asc[/b]") at the end of your sql query.
There is a link below which explains how to solve your problem. I hope this helps [url="http://www.aspfaq.com/show.asp?id=2141"]http://www.aspfaq.com/show.asp?id=2141[/url]
Hi, While I was searching for a problem while implementing classes in Vbscript I found here. After a quick look in other forum topics, now I am here to introduce myself. I am a web programmer, coding at least for 4 years. I have some experience in ASP, ASP.NET, PHP, …
The End.