Forum: ASP Oct 9th, 2006 |
| Replies: 2 Views: 1,969 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: 2,863 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: 2,098 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... |
Forum: ASP Apr 10th, 2006 |
| Replies: 2 Views: 7,412 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: 7 Views: 11,906 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 2nd, 2006 |
| Replies: 1 Views: 3,923 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 2nd, 2006 |
| Replies: 1 Views: 1,482 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 2nd, 2006 |
| Replies: 1 Views: 23,099 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 2nd, 2006 |
| Replies: 7 Views: 11,906 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... |
Forum: Community Introductions Apr 1st, 2006 |
| Replies: 2 Views: 867 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,... |