jhpccs
Posts: 25
|
| Posted: 01/25/2009, 12:31 AM |
|
I'm using ASP and I cannot get list box and auto complete examples to work.
Has anyone else had this issue?
With the lack of documentation for AJAX its hard to solve.
Thanks,
Solution
This turned out to be a database issue.
I always use server.mapPath in my database connect string (access db, if I used MSSQL or MYSQL I would not have had a issue)
I did not get any DB errors, however the database is used from the root directory and the services directory. Using Server.MapPath the database is expected to be in both directories!.
A lesson learned. But why didn't I get error messages.
|
 |
 |
|