Does anyone know where I can download an ASP based availability calendar, or have one that I can buy? I've trawled the web and can find plenty in CGI/Perl running on MYSQL but none in ASP running on MSSQL or Access.
I'm running a small villa rental website and need functionality like total cost of rental based on numer of days, different colours for days booked, two year forward looking, that kind of stuff.
We have an "API" that is written in ASP. Basically it is an ASP page that receive an XML Query string post and sends back a response as a "response.write". The ASP page does validation and SQL calls then eventually written to the SQL 2000 DB and send the response. This works perfect. It is similar how Authorize.Net users post transactions. I am concerned about the availability and scalability of this. Our webserver is dedicated and the SQL DB is on a separate server (dedicated too). What happens when we have 100 concurrent users transmitting this query string to the ASP file? Will it freeze, hang, lose transactions? Is there a better way that does not re-writing in .NET or another language?
i have a task at work that i cant acomplish on my own. I have to create availability calendar of this type http://www.villarenters.com/advert_price.asp?ref=5731&rag=10821A&rcam=myvillarenters&sag=&sc=
and to make it work with our database. I try looking for the code of this type of calendars but i couldnt find anything . Please help me or tell me where i can find a script for this type of calendars (it must be a data base driven)
I have this textfield named idNum and users are supposed to key in their id numbers into the field eg (S1234567D, F1234567Z). The id numbers either start with a S or F followed by 7 numbers and then end with an alphabet (A-Z). How can i check if the id number the user keyed in is valid? I'm using VBScript to code and the format is something like that:
If Request.Form("idNum") = "" Then validateForm=False errorMsg = errorMsg & "Please key in your ID number.<br>" End If
In ASP (vbscript) is there a way to check to see if a SQL server is online before trying to open a connection?
I have a situation where we have a SQL server that may be offline for a couple minutes and right the ASP page returns:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
I'd like to be able to first check to make sure the server is available and if NOT, then skip the database connection on that page altogether. Or, at least load the page without showing the error. I have on error resume next but it still displays this error.
A field such as name was created to perform a search to find a person. However, if that person is not found, the user can click on the add button and it automatically populates that last name field in the add student form.
Is that possible to do the same with the student id number - by putting in the student id number and if not found click on the add button and the student id is populated on the next form? If so, how? Any tutorials would be very helpful?
how to go about creating my own custom ASP page that can show several different peoples availability from their Outlook/Exchange 2000 calendars?I don't want to have to ask users to setup permissions for their respective calendars, i just want to be able to see if they're busy or not.
I am currently coding an accommodation rentals website and one of the searches required is an availability check.
At the time of booking you search for an accommodation that matches the accommodation type, no. of people and a start and end date from which to book.
I need to return a list of accommodations available using that criteria, I wanted to know if anybody has any ideas how to achieve this and do it efficiently.
at the moment i have a table that lists the accommodations and a bookings table that stores existing bookings.
I would like some help in having the form check to see if the selected course is available before submitting the info to the database and instructs them to choose another date if the course is closed. I have a qry that does a check and brings the information on availability. Any way to run that qry -check and send back the message or submit the confirmtion?
I've been testing it and configuring it for a few weeks now and finally got everything working, yet when I upload it to my server, it fails to show any events...
the DB is accessed just fine and new events can be added and deleted etc..but nothing shows in the events section.
I was led to believe that this might be caused by a setup (mm/dd instead of dd/mm..bloody dates again)
anyone using this script and gotten around this problem?
I am trying to use asp calendar by opening the asp in a modal window (window.showmodaldialog). Page behaves erratic when try to move between dates and months. When I click a new window opens. Is there a way to make the control work in modal dialogs?
I have been asked to produce a booking system and i need an asp calendar to produce a frontend so users can select the year and month and have the page produce a calendar for that month with clickable dates to fire off a form to get the details for that date.
I'm looking at creating a calendar function for an existing system i have. The system is database driven and has a client overview where monthly sales figures can be entered in for the year. It works fine at the mo but when we get to the end of the year there might be a bit of a problem!
What I'm after is a calendar that will allow users to flick between years so that data can be entered and viewed accordingly by month. All the calendars that I have come accross have been too advanced and show days of the week as well.
I'm trying to find some calendar software to use on my company intranet. Ideally, I would like freeware software that has individual calendars for each employee and a general calendar for company events.
I need a pop-up calendar in ASP that allows a person to select historic dates only. The pop-up should be generated from a button, and the date selected should populate an input field.
I'm trying to develop a web calendar, so I can make a schedule from that calendar. And I'm using Access for database. Could anyone refer me to a source for this ?
I have a ASP calendar that was purchased about 18 months ago that now needs some updating. The calendar worked great in the beginning but we now need the ability to span an event several days rather than just 1 day at a time. How would I go about doing something like this? Since I didn't write the original code, I'm not sure what you would need to see in order to know what needs to be added.
I have the following code which will get me 12 tables with the name of each month in but not sure to get the correct number of cells within the tables for the correct number of days Code:
I can post an event dd/mm/yy and it goes into my Access database like that if I click on a date in the calendar that is equal to or below 12 i have to swap the day and month around in the queystring for it to show. is there something in the calendar code that i can do to make it work.
I know I have seen some free ASP calendars before, and even did a search of this NG, but couldn't find any references to any. I went to 4guysfromrolla and asp101, but they only .NET calendars as far as I could see.
I'm specifically looking for something that's free and has a page for editing or adding events.
I am writing an ASP site for a small residential center, and need to be able to make bookings. Can anyone recommend an ASP component that will provide a good calendar interface so that a user can see which dates are available and
I have a calendar that I am trying to make users fill out a form if their entry is inside the current week. Is there a datediff code that anyone knows of that can do this?
Anyone aware of a method or script that will allow me to add an event to a client's outlook or lotusnotes calendar? For instance, eBay has this set up for their auctions - will the click of a button on the web page the auction pops into your calendar and gives you a warning just before it's scheduled to end.