| Thread | Last Post | Replies |
|
| ASP Development server stopped working after xampp install | 31 Jul 2008 17:35 GMT | 1 |
I installed and configured XAMPP using this link http://drupal.org/node/161975 and my ASP Development server in Visual studio 2005 atopped working. I unistalled XAMPP after I found out about the problem but my ASP server still isn't working. Any advice to get it working again?
|
| Easy Question for "Someone" who knows ASP. | 31 Jul 2008 02:48 GMT | 1 |
I haven't done much programming in .asp and was wondering if someone could provide me with some sample code to do the following task... I have a Web Service called: http://abc.def.com:8088/wsABC.asmx
|
| AccessCheckException | 30 Jul 2008 17:04 GMT | 1 |
I'm getting a new error when deploying my website to the server. This works fine locally and has worked fine up until today. Any suggestions? The error is- AccessCheckException
|
| POST | 30 Jul 2008 14:58 GMT | 4 |
I have a simple SQL query that is run inside a asp page. I would normally display the results using the response.write("my name is: " & name) if I wanted the output displayed. On this occasion I want to post the results to another .asp page. How do I get the "name" field
|
| Noise and Thesaurus UDF | 30 Jul 2008 09:16 GMT | 2 |
Can anyone help me create a function that will accept a string of words, then remove any that are listed in a noise word table, add any that match in the thesaurus table, and returned to whatever called it? Cheers,
|
| Show 0 if recordset value is null | 30 Jul 2008 07:33 GMT | 3 |
Just a quick question, I've got a recordset like -- SELECT Count(JBESSiteID) AS TotalJBESent, M.Month, SUM(JBESReceipients) AS Emails
|
| Serious help needed - Calendar! | 30 Jul 2008 00:35 GMT | 7 |
Please, if you have the time and knowledge to help me I'd truly appreciate it! I need to build a calendar page that displays available/unavailable info from a DB and colour a cell according to that info, but somewhere
|
| Type mismatch | 29 Jul 2008 20:42 GMT | 19 |
Hello, is there a setting in IIS 5.0 that would quickly fix the following error?: Microsoft VBScript runtime (0x800A000D) Type mismatch
|
| ASP report | 28 Jul 2008 20:20 GMT | 1 |
can i make an asp application that can send email report of my database by the end f the day like every day at 22:00 ? thanks,
|
| access database count | 27 Jul 2008 06:03 GMT | 13 |
I am a complete novice so hope someone can shed some light on my problem/goal. I have an access database with some records in it. i have two fields 1) ArrivalDate 2) ReturnDate
|
| Debugger. | 25 Jul 2008 16:17 GMT | 13 |
I am currently using VS6 to debug my classic ASP pages. It works well, but I find that I'd like something a little more robust and newer. I'm not liking the way it works these days (by these days, I mean I'm wanting something new - kinda like upgrading from a VW to a Porsche).
|
| asp code does not render for first record in looped recordset | 25 Jul 2008 09:21 GMT | 18 |
I have posted this question on a javascript forum as it contains javascript code however it was believed to be an asp issue. The following head section javascript code contains the function showBigImage( isource,bigImage,header ) function call of discussion:
|
| Server.Excute - Dynamic URL | 24 Jul 2008 20:46 GMT | 1 |
Can anyone help me with this ?? ASP on Windows 2003 filename = "file.asp?id=" & ID Server.Execute("filename")
|
| Running ASP page throug TaskScheduler | 24 Jul 2008 14:08 GMT | 6 |
Is there a way that I can run asp pages through taskscheduler? Thank you, Regards, Raj.
|
| calling access vba function from asp? | 24 Jul 2008 12:09 GMT | 3 |
I have an asp module connecting to a MS-access database. I have a vb function MKDate(date, time) in a vba module of this database. I would like to query :
|