473,320 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

asp calendar component

Hi...

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
select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh
Jul 19 '05 #1
8 2823
Jon
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1050

There is an issue with it on my PC, I'm awaiting an reply from the author,
but it'd be a good starting point if nothing else

Jon
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

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 select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #2
There are some things I don't like about the way its coded, but take a look
at aspWebCalendar. http://www.fullrevolution.com/calendar_overview.asp
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

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 select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #3
On Wed, 31 Dec 2003 11:18:07 +0000 (UTC), "Jon"
<jon@SPAM_OFFtheexperts.co.uk> wrote:
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1050

There is an issue with it on my PC, I'm awaiting an reply from the author,
but it'd be a good starting point if nothing else
What issues? I run a modified version of that script at
http://www.naplescityevents.com/ and have re-written my version into a
cleaner version that doesn't rely on the JavaScript navigation and
splits the admin version out so the display version can't be modified.
Curt's also pretty good about answering questions when he gets the
time, but he started a new job that I understand is keeping him pretty
busy.

Jeff
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

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
select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh


Jul 19 '05 #4
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but not
certain.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Wed, 31 Dec 2003 11:18:07 +0000 (UTC), "Jon"
<jon@SPAM_OFFtheexperts.co.uk> wrote:
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1050

There is an issue with it on my PC, I'm awaiting an reply from the author,but it'd be a good starting point if nothing else


What issues? I run a modified version of that script at
http://www.naplescityevents.com/ and have re-written my version into a
cleaner version that doesn't rely on the JavaScript navigation and
splits the admin version out so the display version can't be modified.
Curt's also pretty good about answering questions when he gets the
time, but he started a new job that I understand is keeping him pretty
busy.

Jeff
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

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
providea
good calendar interface so that a user can see which dates are
availableand
select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #5
On Wed, 31 Dec 2003 08:25:22 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but not
certain.


Danged furiners... :)

I sent my version to a guy in Australia who modified it for the date
changes, and that shouldn't be a major change. Hope it works out.

Jeff
Jul 19 '05 #6
I sent him the fix and will be posting the "UK" version on my site along
with the "US" version and the "Cochran" version that you gave me. Should be
up soon.

Basically thought the weekday() function had to have the Day and Month
values flip-flopped... Eventually I may fix it to be the same in all formats
but for now that will have to do I guess.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Wed, 31 Dec 2003 08:25:22 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but notcertain.


Danged furiners... :)

I sent my version to a guy in Australia who modified it for the date
changes, and that shouldn't be a major change. Hope it works out.

Jeff

Jul 19 '05 #7
thanks every one

hugh
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

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 select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #8
I made those changes and Australian version works well, also integrated into
sql2k.
Thanks again Jeff

Regards
Don Grover

"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Wed, 31 Dec 2003 08:25:22 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but notcertain.


Danged furiners... :)

I sent my version to a guy in Australia who modified it for the date
changes, and that shouldn't be a major change. Hope it works out.

Jeff

Jul 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: David Sobey | last post by:
g'day I'm making a calendar component, ie month view, week view etc, starting basically from scratch drawing lines and strings etc with GDI+. Now after checking out the mozilla calendar sunbird,...
1
by: DotNetJunkies User | last post by:
I successfully implemented this poup calendar control in C#. But the problem I am having is that the button click is posting back and the validator is getting fired which is asking all the required...
2
by: angus | last post by:
Dear All, I would like to make a calendar in asp.net. The notion is as follow. There is a <asp:textbox/>, <asp:button/>, if a user click on the button, a calendar control will appear just...
0
by: maxrawson | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many...
2
by: Caesar Augustus | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many...
0
by: Fermigier Stefane | last post by:
Nuxeo Calendar Server released in version 2 ------------------------------------------- Nuxeo releases version 2 of it's calendar products for Python and Zope, updating to the latest...
2
by: Brenden Bixler | last post by:
Hello. I am using the ASP.NET calendar object and am looking to provide a "weekly view", but not the typical "Outlook" style. Rather, I just want it to render the calendar normally, but only...
1
by: ITistic | last post by:
I am in the planning stages of a new web application. One of the requirements for this application is to provide a Google Calendar type interface to show important events which will be pulled from...
1
by: jrhitokiri | last post by:
I just want to extract the time component of the calendar object for comparison to another. Is this possible? here's my code: try { String str_date="2009-10-15 12:1:00"; DateFormat...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.