Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~12.5K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for SeekAnswers

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 …

Member Avatar for tughralkhan
0
12K
Member Avatar for spidey

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 …

Member Avatar for spidey
0
114
Member Avatar for delizeka

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 …

Member Avatar for masijade
0
72
Member Avatar for hinde

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 …

Member Avatar for LeProgrammeur
0
154
Member Avatar for Viji

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 …

Member Avatar for delizeka
0
238
Member Avatar for mvingab

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 ";". …

Member Avatar for delizeka
0
118
Member Avatar for dsureesh

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.

Member Avatar for delizeka
0
86
Member Avatar for campkev

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]

Member Avatar for delizeka
0
104
Member Avatar for delizeka

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, …

Member Avatar for Dani
0
37

The End.