Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
AnswerRe: Syntax error (missing operator) in query expression Pin
Wendelius3-Dec-08 10:50
mentorWendelius3-Dec-08 10:50 
AnswerRe: Syntax error (missing operator) in query expression Pin
Christian Graus3-Dec-08 11:47
protectorChristian Graus3-Dec-08 11:47 
AnswerRe: Syntax error (missing operator) in query expression Pin
User 43300283-Dec-08 14:42
User 43300283-Dec-08 14:42 
QuestionSignificance of the Static and Virtual Pin
Pr@teek B@h!3-Dec-08 9:58
Pr@teek B@h!3-Dec-08 9:58 
AnswerRe: Significance of the Static and Virtual Pin
Wendelius3-Dec-08 10:20
mentorWendelius3-Dec-08 10:20 
GeneralRe: Significance of the Static and Virtual Pin
Pr@teek B@h!4-Dec-08 3:34
Pr@teek B@h!4-Dec-08 3:34 
GeneralRe: Significance of the Static and Virtual Pin
Wendelius4-Dec-08 4:04
mentorWendelius4-Dec-08 4:04 
QuestionCalendar will not show highlighted day Pin
Glacier63273-Dec-08 9:55
Glacier63273-Dec-08 9:55 
I have a standard Calendar Control:

<asp:calendar id="calNewFirstDateAvailable" runat="server" tooltip="Select First Available Date" xmlns:asp="#unknown">
</asp:calendar>


And I am attempting to set a specific Date as the highlighted date programatically, but it is not highlighting the day in the control.

calUpdateFirstDateAvailable.SelectedDayStyle.BackColor = System.Drawing.Color.Black;
calUpdateFirstDateAvailable.SelectedDayStyle.ForeColor = System.Drawing.Color.White;
calUpdateFirstDateAvailable.SelectionMode = CalendarSelectionMode.Day;
calUpdateFirstDateAvailable.SelectedDate = atsi.StartDate;
calUpdateFirstDateAvailable.VisibleDate = atsi.StartDate;


atis.StartDate is a DateTime type with the value of '{11/12/2008 11:09:03 AM}'

What am I doing wrong?

Any Help would be greatly appreciated.

VS2008 .net 3.5

Thanks,

Robert
AnswerRe: Calendar will not show highlighted day Pin
leppie3-Dec-08 10:24
leppie3-Dec-08 10:24 
QuestionComponent To Select Multiple Folders Pin
Michael Fritzius3-Dec-08 9:49
professionalMichael Fritzius3-Dec-08 9:49 
AnswerRe: Component To Select Multiple Folders Pin
Christian Graus3-Dec-08 9:50
protectorChristian Graus3-Dec-08 9:50 
GeneralRe: Component To Select Multiple Folders Pin
Michael Fritzius3-Dec-08 9:56
professionalMichael Fritzius3-Dec-08 9:56 
AnswerRe: Component To Select Multiple Folders Pin
Wendelius3-Dec-08 10:57
mentorWendelius3-Dec-08 10:57 
GeneralRe: Component To Select Multiple Folders Pin
Michael Fritzius5-Dec-08 2:32
professionalMichael Fritzius5-Dec-08 2:32 
GeneralRe: Component To Select Multiple Folders Pin
Wendelius5-Dec-08 8:19
mentorWendelius5-Dec-08 8:19 
QuestionHow to convert dynamicaly an array of one type to an array of another type Pin
User 43300283-Dec-08 7:57
User 43300283-Dec-08 7:57 
AnswerRe: How to convert dynamicaly an array of one type to an array of another type Pin
Christian Graus3-Dec-08 9:07
protectorChristian Graus3-Dec-08 9:07 
GeneralRe: How to convert dynamicaly an array of one type to an array of another type Pin
User 66583-Dec-08 9:48
User 66583-Dec-08 9:48 
GeneralRe: How to convert dynamicaly an array of one type to an array of another type Pin
Christian Graus3-Dec-08 9:50
protectorChristian Graus3-Dec-08 9:50 
GeneralRe: How to convert dynamicaly an array of one type to an array of another type Pin
User 43300283-Dec-08 14:21
User 43300283-Dec-08 14:21 
QuestionPDF Viewer for Win Form App using C# Pin
Karmendra Suthar3-Dec-08 7:47
Karmendra Suthar3-Dec-08 7:47 
AnswerRe: PDF Viewer for Win Form App using C# Pin
Wendelius3-Dec-08 8:20
mentorWendelius3-Dec-08 8:20 
GeneralRe: PDF Viewer for Win Form App using C# Pin
Karmendra Suthar3-Dec-08 8:26
Karmendra Suthar3-Dec-08 8:26 
GeneralRe: PDF Viewer for Win Form App using C# Pin
Wendelius3-Dec-08 8:37
mentorWendelius3-Dec-08 8:37 
QuestionVS2008 / Northwind dataset problem Pin
mhrtg3-Dec-08 7:15
mhrtg3-Dec-08 7:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.