Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Date Time Picker

Reply
Thread Tools

Date Time Picker

 
 
Charles A. Lackman
Guest
Posts: n/a
 
      11-24-2004
Hello,

I have a DateTimePicker on my form and I need to make every Even week Red
and every Odd week Yellow.

Any Suggestions will be greatly appreciated (Detailed help is even more
appreciated).

Thanks,

Chuck


 
Reply With Quote
 
 
 
 
Ken Dopierala Jr.
Guest
Posts: n/a
 
      11-24-2004
Hi Chuck,

Are you talking about the Calendar server control that comes with ASP.Net?
If so, I don't see any properties on it that let you do that. So in order
to make it happen you need to override the Render event for that control and
modify the output from there. The easiest way would be to set the color of
the day to some odd value. Then in the render event find where that value
is and set it's color alternating by 7s. If this is a control you created
then the easiest way would be to alternate the value of the color everytime
you start a new row. If you aren't using the Calendar control could you
post some code to see what you are doing. I'm not sure how to answer this
question. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Charles A. Lackman" <> wrote in message
news:...
> Hello,
>
> I have a DateTimePicker on my form and I need to make every Even week Red
> and every Odd week Yellow.
>
> Any Suggestions will be greatly appreciated (Detailed help is even more
> appreciated).
>
> Thanks,
>
> Chuck
>
>



 
Reply With Quote
 
 
 
 
Chuck
Guest
Posts: n/a
 
      11-24-2004
Hello And Thanks,

I am using a Windows Forms DateTimePicker.. ??

Chuck

"Ken Dopierala Jr." <> wrote in message
news:...
> Hi Chuck,
>
> Are you talking about the Calendar server control that comes with ASP.Net?
> If so, I don't see any properties on it that let you do that. So in order
> to make it happen you need to override the Render event for that control
> and
> modify the output from there. The easiest way would be to set the color
> of
> the day to some odd value. Then in the render event find where that value
> is and set it's color alternating by 7s. If this is a control you created
> then the easiest way would be to alternate the value of the color
> everytime
> you start a new row. If you aren't using the Calendar control could you
> post some code to see what you are doing. I'm not sure how to answer this
> question. Good luck! Ken.
>
> --
> Ken Dopierala Jr.
> For great ASP.Net web hosting try:
> http://www.webhost4life.com/default.asp?refid=Spinlight
> If you sign up under me and need help, email me.
>
> "Charles A. Lackman" <> wrote in message
> news:...
>> Hello,
>>
>> I have a DateTimePicker on my form and I need to make every Even week Red
>> and every Odd week Yellow.
>>
>> Any Suggestions will be greatly appreciated (Detailed help is even more
>> appreciated).
>>
>> Thanks,
>>
>> Chuck
>>
>>

>
>



 
Reply With Quote
 
Ken Dopierala Jr.
Guest
Posts: n/a
 
      11-24-2004
Hi Chuck,

Sorry! I forgot what forum I was in. I was thinking ASP.Net all the way
and didn't realize this was the general forum. Hopefully someone will
provide you with the correct answer soon. Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Chuck" <> wrote in message
news:...
> Hello And Thanks,
>
> I am using a Windows Forms DateTimePicker.. ??
>
> Chuck
>
> "Ken Dopierala Jr." <> wrote in message
> news:...
> > Hi Chuck,
> >
> > Are you talking about the Calendar server control that comes with

ASP.Net?
> > If so, I don't see any properties on it that let you do that. So in

order
> > to make it happen you need to override the Render event for that control
> > and
> > modify the output from there. The easiest way would be to set the color
> > of
> > the day to some odd value. Then in the render event find where that

value
> > is and set it's color alternating by 7s. If this is a control you

created
> > then the easiest way would be to alternate the value of the color
> > everytime
> > you start a new row. If you aren't using the Calendar control could you
> > post some code to see what you are doing. I'm not sure how to answer

this
> > question. Good luck! Ken.
> >
> > --
> > Ken Dopierala Jr.
> > For great ASP.Net web hosting try:
> > http://www.webhost4life.com/default.asp?refid=Spinlight
> > If you sign up under me and need help, email me.
> >
> > "Charles A. Lackman" <> wrote in message
> > news:...
> >> Hello,
> >>
> >> I have a DateTimePicker on my form and I need to make every Even week

Red
> >> and every Odd week Yellow.
> >>
> >> Any Suggestions will be greatly appreciated (Detailed help is even more
> >> appreciated).
> >>
> >> Thanks,
> >>
> >> Chuck
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
nick
Guest
Posts: n/a
 
      11-30-2004
Slightly off topic but then again, maybe not...

Keep in mind that week numbers are not calculated the same way everywhere,
just like the first day of the week is not always Sunday. It can also be
Monday. The 2nd of January 2005 is in week 1 in some parts of the World and
in week 53 in other.


"Charles A. Lackman" <> wrote in message
news:...
> Hello,
>
> I have a DateTimePicker on my form and I need to make every Even week Red
> and every Odd week Yellow.
>
> Any Suggestions will be greatly appreciated (Detailed help is even more
> appreciated).
>
> Thanks,
>
> Chuck
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
page load on date selection from custom javascript date picker on safari 3.0.4 bala2008 ASP .Net 0 06-27-2008 04:14 AM
popup date picker cannot choose today's date TB ASP .Net 0 03-16-2006 01:37 PM
Date time picker for asp.net venky ASP .Net 2 04-13-2005 07:51 PM
Panels as pop-up windows (Date Time picker)... Blue Streak ASP .Net 1 03-21-2005 06:04 PM
Calendar Date-Picker can't find date field (X,Y) randomblink@yahoo.com Javascript 0 01-03-2005 05:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57