Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looping in calendar Pin
Christian Graus14-Nov-06 10:06
protectorChristian Graus14-Nov-06 10:06 
QuestionIntercepting Media Hotkeys Pin
jgallen239-Nov-06 12:46
jgallen239-Nov-06 12:46 
AnswerRe: Intercepting Media Hotkeys Pin
jgallen239-Nov-06 14:05
jgallen239-Nov-06 14:05 
QuestionCustomising property grid Pin
Berlus9-Nov-06 12:20
Berlus9-Nov-06 12:20 
AnswerRe: Customising property grid Pin
aamironline10-Nov-06 1:58
aamironline10-Nov-06 1:58 
Questiondates Pin
aPerfectCircle9-Nov-06 11:54
aPerfectCircle9-Nov-06 11:54 
AnswerRe: dates Pin
Christian Graus9-Nov-06 13:02
protectorChristian Graus9-Nov-06 13:02 
AnswerRe: dates Pin
saqib829-Nov-06 18:18
saqib829-Nov-06 18:18 
Hi there is no need to declare date1, date2 as datetime data type in c#. just declare them as string. while you are querying the data from the sql database using the stored-procedure, just do some casting to fetch the data from the database. e.g
select * from tablename where ( convert(nvarchar, firstdate) = date1

regards



sAqIb

"Our scientific power has outrun our spiritual power. We have guided missiles and misguided men."
Dr. Martin Luther King Jr.

AnswerRe: dates Pin
aamironline10-Nov-06 3:19
aamironline10-Nov-06 3:19 
AnswerRe: dates Pin
aPerfectCircle10-Nov-06 5:52
aPerfectCircle10-Nov-06 5:52 
QuestionNumericUpDown (detect if value is inc'd or dec'd) Pin
bankai1239-Nov-06 11:37
bankai1239-Nov-06 11:37 
QuestionRe: NumericUpDown (detect if value is inc'd or dec'd) Pin
saqib829-Nov-06 18:21
saqib829-Nov-06 18:21 
AnswerRe: NumericUpDown (detect if value is inc'd or dec'd) Pin
Stefan Troschuetz9-Nov-06 21:30
Stefan Troschuetz9-Nov-06 21:30 
QuestionTricky Tricky Mouse events Pin
Torin_DWC9-Nov-06 11:12
Torin_DWC9-Nov-06 11:12 
QuestionLooping in calendar Pin
digitalhand9-Nov-06 10:38
digitalhand9-Nov-06 10:38 
AnswerRe: Looping in calendar Pin
Christian Graus9-Nov-06 10:47
protectorChristian Graus9-Nov-06 10:47 
Questionhow to pass parameter to CrystalReports? Pin
hdv2129-Nov-06 10:30
hdv2129-Nov-06 10:30 
QuestionCentre a Popup window using C# Pin
Jagannatha1089-Nov-06 10:17
Jagannatha1089-Nov-06 10:17 
AnswerRe: Centre a Popup window using C# Pin
sujithkumarsl9-Nov-06 18:29
sujithkumarsl9-Nov-06 18:29 
QuestionPage.RegisterStartupScript("PopupScript", popupScript); Pin
Jagannatha1089-Nov-06 9:07
Jagannatha1089-Nov-06 9:07 
AnswerRe: Page.RegisterStartupScript("PopupScript", popupScript); Pin
indianet9-Nov-06 9:52
indianet9-Nov-06 9:52 
GeneralRe: Page.RegisterStartupScript("PopupScript", popupScript); Pin
Jagannatha1089-Nov-06 9:54
Jagannatha1089-Nov-06 9:54 
GeneralRe: Page.RegisterStartupScript("PopupScript", popupScript); Pin
Guffa9-Nov-06 13:58
Guffa9-Nov-06 13:58 
AnswerRe: Page.RegisterStartupScript("PopupScript", popupScript); Pin
Guffa9-Nov-06 14:00
Guffa9-Nov-06 14:00 
QuestionEnvironment Variables not Updating Pin
jgallen239-Nov-06 7:53
jgallen239-Nov-06 7:53 

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.