473,657 Members | 2,423 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Build Appointment Planner Using <asp:Calendar >

WB
Hi,

Is it poosible to build an appointment planner on a webform using
asp:Calendar control? I would like to display one month at a time and show
all the appointments scheduled in every day (something like the Calendar in
Microsoft Outlook)...

Can this be done? Or do I have to build that from scratch?
wb.
Jun 16 '06 #1
3 2913
WB,

In your case would I do a newsgroup search on the dotnet.language .xx
newsgroup from the program language that you use. You are not the first with
this question but they are mostly done in the language newsgroups or in the
framework.aspne t newsgroup.

http://groups.google.com/group/micro...rch+this+group

As alternative you can try as well the framework.aspne t newsgroups, although
I would try one of the language groups first..

I hope this helps,

Cor

"WB" <WB@discussions .microsoft.com> schreef in bericht
news:2F******** *************** ***********@mic rosoft.com...
Hi,

Is it poosible to build an appointment planner on a webform using
asp:Calendar control? I would like to display one month at a time and show
all the appointments scheduled in every day (something like the Calendar
in
Microsoft Outlook)...

Can this be done? Or do I have to build that from scratch?
wb.

Jun 17 '06 #2
There are quite a few example already. This looks to be a fair head start
for you
http://www.codeproject.com/aspnet/MellDataCalendar.asp

Regards

John Timney (MVP)
"WB" <WB@discussions .microsoft.com> wrote in message
news:2F******** *************** ***********@mic rosoft.com...
Hi,

Is it poosible to build an appointment planner on a webform using
asp:Calendar control? I would like to display one month at a time and show
all the appointments scheduled in every day (something like the Calendar
in
Microsoft Outlook)...

Can this be done? Or do I have to build that from scratch?
wb.

Jun 17 '06 #3
WB

Thanks!

I'm looking at the example that John gave me. It looks like just the perfect
example for me!
"John Timney (MVP)" wrote:
There are quite a few example already. This looks to be a fair head start
for you
http://www.codeproject.com/aspnet/MellDataCalendar.asp

Regards

John Timney (MVP)
"WB" <WB@discussions .microsoft.com> wrote in message
news:2F******** *************** ***********@mic rosoft.com...
Hi,

Is it poosible to build an appointment planner on a webform using
asp:Calendar control? I would like to display one month at a time and show
all the appointments scheduled in every day (something like the Calendar
in
Microsoft Outlook)...

Can this be done? Or do I have to build that from scratch?
wb.


Jun 18 '06 #4

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

Similar topics

10
2515
by: vinu | last post by:
I have a javascript file named select.js. This is a file which is use to pop up a calendar, when clicked on a calendar icon in an ASP file. have a close button in the calendar. When i click on the button, th calendar is not closing. here is the select.js file x999NS4compatible = (document.layers); var x999IE4compatible = (document.all); var x999dayabbs = ;
44
919
by: Jim M | last post by:
I have had great success with using <iframe> with overflow-y set to auto. I can get a similar look with the <iframe> tag. BUT... In all cases I need to have fixed heights. Is there a way to put either tag inside an HTML <TD> and have the same kind of scrolling effect. This would allow me to fill the screen and have the size of the scrolling box change on resize. Thanks in advance.
2
1615
by: js | last post by:
Any way to modify an <asp:Calendar> tag with parameters on the fly? Seems I'm not allowed to use the <% =xxx %> substitution for parameters to the <asp:Calendar> tag. Do I have to do code behind procedures to intercept the creation of the Calendar to modify the parameters using DOM? Looking to generate multiple calendars, for different months, using a C# programming loop rather than in-line code in the .aspx file.
2
971
by: Mark Parter | last post by:
I have an ASP-based web application which broadly speaking, can add, edit and delete appointment items in an Exchange 2000 public calendar. As our organization is migrating to SharePoint 2003, I'd like to migrate this to an ASP.Net version for inclusion in SharePoint. The ASP version uses CDO for data access. Can anyone give me pointers on the best way to achieve this migration, including any tips, what data providers to use, samples, etc ? ...
0
1084
by: Mark Rae | last post by:
Hi, Is there any way to show the SelectedDay as, say, a red circle? Something like this: http://www.visualasp.com/vcdl/monthview/monthview_multiple_monthviews.asp N.B. I realise that the above example is NOT using the <asp:Calendar> control - I'm merely using it as an example of the sort of formatting I'd like to use with an <asp:Calendar> control.
0
986
by: Mark Rae | last post by:
Hi all, Just canvassing people's opinions on the <asp:Calendar> control, specifically in v2. I'm interested to know: 1) Are you using it? If not, is that because you prefer a 3rd-party control? 2) If you are using it, how are you using it? E.g. user control, popup
2
2658
by: Mark Rae | last post by:
Hi, Has anyone found a fix for the <asp:Calendar/ CSS bug whereby certain attributes (mainly colours) are not rendered correctly? E.g. <asp:Calendar ID="calTest" runat="server" OtherMonthDayStyle-CssClass="calOtherMonthDay" />
2
10718
by: Sreenath Rao Nellutla | last post by:
Hai all, I am trying to create dropdown calendar control with HTML input control by writing JavaScript. But while executing I am getting the error as "Error on Page" on the status bar of the browser. I wrote the following code in the HTML code for the web form: <%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" Inherits="calendar.WebForm2" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <HTML>...
0
3323
by: mathewgk80 | last post by:
HI all, I am having popup calendar Javascript code. But i dont know how it is connecting to asp.net code.. I am using asp.net,c#.net and also using 3tier architecture with master page.... I would like to get the code for connecting the javascript to asp.net page... Please help me... The javascript code is as follows..
0
8306
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8825
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7327
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6164
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1955
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.