Click here to Skip to main content
15,913,911 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.net/SQL newbie Question Pin
minhpc_bk1-Feb-07 0:08
minhpc_bk1-Feb-07 0:08 
QuestionClicking on data in a GridView Pin
dptalt31-Jan-07 10:22
dptalt31-Jan-07 10:22 
AnswerRe: Clicking on data in a GridView Pin
minhpc_bk31-Jan-07 14:09
minhpc_bk31-Jan-07 14:09 
GeneralRe: Clicking on data in a GridView Pin
badgrs31-Jan-07 22:23
badgrs31-Jan-07 22:23 
Questioncurrentdate Pin
saravanan0531-Jan-07 10:20
saravanan0531-Jan-07 10:20 
AnswerRe: currentdate Pin
Guffa31-Jan-07 10:49
Guffa31-Jan-07 10:49 
GeneralRe: hi guffa Pin
saravanan0531-Jan-07 11:14
saravanan0531-Jan-07 11:14 
AnswerRe: hi guffa Pin
Guffa31-Jan-07 13:52
Guffa31-Jan-07 13:52 
You can't get only a date. The DateTime structure is used to handle dates and times, and there is no Date structure wihtout time. The time is always there, even if it's 0:00, it's still there. It's no problem, though, as you choose what you want to display when you convert the DateTime value to a string.

The formatting string that you use in the call to ToString determines the format. The "d" string specifies the use of a short date format. The short date format is depending on the culture, so you should specify a FormatInfo or CultureInfo object to determine the culture to be used.

---
Year happy = new Year(2007);

AnswerRe: hi guffa Pin
Venkatesh Mookkan31-Jan-07 15:38
Venkatesh Mookkan31-Jan-07 15:38 
GeneralRe: hi guffa Pin
Christian Graus31-Jan-07 16:04
protectorChristian Graus31-Jan-07 16:04 
QuestionAccessing events from outside Pin
Jazeee31-Jan-07 9:52
Jazeee31-Jan-07 9:52 
AnswerRe: Accessing events from outside Pin
minhpc_bk31-Jan-07 14:00
minhpc_bk31-Jan-07 14:00 
GeneralRe: Accessing events from outside Pin
Jazeee31-Jan-07 15:15
Jazeee31-Jan-07 15:15 
GeneralRe: Accessing events from outside Pin
minhpc_bk31-Jan-07 15:31
minhpc_bk31-Jan-07 15:31 
GeneralRe: Accessing events from outside Pin
Jazeee31-Jan-07 16:53
Jazeee31-Jan-07 16:53 
GeneralRe: Accessing events from outside Pin
payback31-Jan-07 17:22
payback31-Jan-07 17:22 
GeneralRe: Accessing events from outside Pin
minhpc_bk31-Jan-07 18:39
minhpc_bk31-Jan-07 18:39 
QuestionAJAX TabPanels not adjusting to height required for iFrame content Pin
lawsop31-Jan-07 9:50
lawsop31-Jan-07 9:50 
QuestionCreateUserWizard control having problem with aspnetdb database Pin
red60mans31-Jan-07 9:44
red60mans31-Jan-07 9:44 
GeneralRe: CreateUserWizard control having problem with aspnetdb database Pin
Planker31-Jan-07 11:08
Planker31-Jan-07 11:08 
QuestionHow to access the page values in a webservice? Pin
PrashantJ31-Jan-07 9:03
PrashantJ31-Jan-07 9:03 
AnswerRe: How to access the page values in a webservice? Pin
minhpc_bk31-Jan-07 13:53
minhpc_bk31-Jan-07 13:53 
Questionimage on web page Pin
Member 377430731-Jan-07 8:30
Member 377430731-Jan-07 8:30 
AnswerRe: image on web page Pin
ednrgc31-Jan-07 9:12
ednrgc31-Jan-07 9:12 
Questionpagename is ambiguous Pin
Mary Parkhouse31-Jan-07 8:02
Mary Parkhouse31-Jan-07 8:02 

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.