Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: Noob question: Displaying a List in a ListView Pin
Quake2Player2-May-09 8:41
Quake2Player2-May-09 8:41 
GeneralRe: Noob question: Displaying a List in a ListView Pin
DaveyM693-May-09 0:28
professionalDaveyM693-May-09 0:28 
QuestionDateTime problem Pin
soulidentities1-May-09 17:26
soulidentities1-May-09 17:26 
AnswerRe: DateTime problem Pin
Garth J Lancaster1-May-09 18:29
professionalGarth J Lancaster1-May-09 18:29 
GeneralRe: DateTime problem Pin
J4amieC1-May-09 22:56
J4amieC1-May-09 22:56 
GeneralRe: DateTime problem Pin
Garth J Lancaster1-May-09 23:58
professionalGarth J Lancaster1-May-09 23:58 
AnswerRe: DateTime problem Pin
J4amieC1-May-09 22:59
J4amieC1-May-09 22:59 
GeneralRe: DateTime problem Pin
soulidentities2-May-09 14:59
soulidentities2-May-09 14:59 
Many Many thanks J4amieC.
Solved. Just a lil edit.

DateTime visitDate = (DateTime)row["VistDate"];
txtVisDay.Text = visitDate.ToString("dd");
txtVisMon.Text = visitDate.ToString("MM");
txtVisYr.Text = visitDate.ToString("yyyy");


Thanks a gain
Questionconnect four Pin
Marwa Shams1-May-09 17:25
Marwa Shams1-May-09 17:25 
AnswerRe: connect four Pin
Garth J Lancaster1-May-09 18:36
professionalGarth J Lancaster1-May-09 18:36 
GeneralRe: connect four Pin
Member 10339071-May-09 22:36
Member 10339071-May-09 22:36 
GeneralRe: connect four Pin
Garth J Lancaster1-May-09 23:54
professionalGarth J Lancaster1-May-09 23:54 
GeneralRe: connect four Pin
Member 10339072-May-09 0:30
Member 10339072-May-09 0:30 
GeneralRe: connect four Pin
Pete O'Hanlon2-May-09 10:06
mvePete O'Hanlon2-May-09 10:06 
QuestionNeed help using visual studio and C# to make a simple app that displays html Pin
devsfan18301-May-09 13:54
devsfan18301-May-09 13:54 
AnswerRe: Need help using visual studio and C# to make a simple app that displays html Pin
Anthony Mushrow1-May-09 14:47
professionalAnthony Mushrow1-May-09 14:47 
GeneralRe: Need help using visual studio and C# to make a simple app that displays html [modified] Pin
devsfan18301-May-09 15:53
devsfan18301-May-09 15:53 
GeneralRe: Need help using visual studio and C# to make a simple app that displays html Pin
Anthony Mushrow2-May-09 0:55
professionalAnthony Mushrow2-May-09 0:55 
QuestionHow to debug COM+ Applications Using Microsoft .NET Enterprise Services ?? Pin
Yanshof1-May-09 13:51
Yanshof1-May-09 13:51 
Questionnic enable/disable Pin
mark_me1-May-09 13:50
mark_me1-May-09 13:50 
AnswerRe: nic enable/disable Pin
Mycroft Holmes1-May-09 14:36
professionalMycroft Holmes1-May-09 14:36 
AnswerRe: nic enable/disable Pin
Anthony Mushrow1-May-09 14:56
professionalAnthony Mushrow1-May-09 14:56 
Questionusing a listbox within a listview how to pass parameter from listview Pin
jmrobbins1-May-09 12:26
jmrobbins1-May-09 12:26 
AnswerRe: using a listbox within a listview how to pass parameter from listview Pin
T_Teef1-May-09 13:24
T_Teef1-May-09 13:24 
QuestionError 1 'character': member names cannot be the same as their enclosing type Pin
msheekhah1-May-09 11:13
msheekhah1-May-09 11:13 

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.