Forum: ASP Oct 9th, 2006 |
| Replies: 2 Views: 1,429 Re: help: dropdown values autochange 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... |
Forum: JSP Jul 10th, 2006 |
| Replies: 1 Views: 1,602 Working classes with JSP 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... |
Forum: JavaScript / DHTML / AJAX Apr 10th, 2006 |
| Replies: 3 Views: 1,559 Re: AJAX techniques... 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... |
Forum: ASP Apr 10th, 2006 |
| Replies: 2 Views: 5,183 Re: How to run ASP scripts on Win XP Home 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... |
Forum: ASP Apr 5th, 2006 |
| Replies: 4 Views: 6,584 Re: Exporting ASP pages to Excel If I don't understand wrong, you can do it as I explained. For example; Let me say I have a link says "Download all data as an Excel file" in my web site. It should go to an asp page when it is... |
Forum: ASP Apr 1st, 2006 |
| Replies: 1 Views: 2,695 Re: Getting a blank asp page 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.... |
Forum: ASP Apr 1st, 2006 |
| Replies: 1 Views: 1,217 Re: How to order You can try to put " order by date_field desc" (or for reverse ordering " order by date_field asc") at the end of your sql query. |
Forum: ASP Apr 1st, 2006 |
| Replies: 1 Views: 13,268 Re: how to make asp sleep There is a link below which explains how to solve your problem.
I hope this helps
http://www.aspfaq.com/show.asp?id=2141 |
Forum: ASP Apr 1st, 2006 |
| Replies: 4 Views: 6,584 Re: Exporting ASP pages to Excel 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... |
Forum: Community Introductions Apr 1st, 2006 |
| Replies: 2 Views: 601 Hi everyone! 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,... |