Click here to Skip to main content
15,912,069 members
Home / Discussions / C#
   

C#

 
AnswerRe: Image Combobox Pin
TJoe1-Oct-07 2:56
TJoe1-Oct-07 2:56 
QuestionCrystal report Problem [modified] Pin
Raza Hussain30-Sep-07 21:21
Raza Hussain30-Sep-07 21:21 
QuestionSystem.IO.File.Delete() Pin
M Riaz Bashir30-Sep-07 20:33
M Riaz Bashir30-Sep-07 20:33 
AnswerRe: System.IO.File.Delete() Pin
blackjack215030-Sep-07 20:49
blackjack215030-Sep-07 20:49 
GeneralRe: System.IO.File.Delete() Pin
M Riaz Bashir30-Sep-07 20:50
M Riaz Bashir30-Sep-07 20:50 
AnswerRe: System.IO.File.Delete() Pin
yogesh_kumar_agarwal30-Sep-07 21:05
yogesh_kumar_agarwal30-Sep-07 21:05 
QuestionTime values in datagrid Pin
yogesh_kumar_agarwal30-Sep-07 20:25
yogesh_kumar_agarwal30-Sep-07 20:25 
AnswerRe: Time values in datagrid Pin
Mandaar Kulkarni1-Oct-07 0:33
Mandaar Kulkarni1-Oct-07 0:33 
If you are not directly binding the data to the Grid, you can get the value into DateTime type and use .ToShortTimeString() method and assign to the tinme value.

If you are directly binding data to the grid, then you probably have to format the column to time format.Check if DataBound like event is available or not.

If you are providing your own SQL for data retrival use
TO_CHAR(DATE_COLUMN, 'HH:MM:SS') in sql to get the data in time format.
QuestionMSBuild command line Pin
Abhi Lahare30-Sep-07 20:23
Abhi Lahare30-Sep-07 20:23 
AnswerRe: MSBuild command line Pin
Mandaar Kulkarni30-Sep-07 21:11
Mandaar Kulkarni30-Sep-07 21:11 
GeneralRe: MSBuild command line Pin
Abhi Lahare1-Oct-07 0:07
Abhi Lahare1-Oct-07 0:07 
Questionproblem with System.OutOfMemoryException Pin
Super Lloyd30-Sep-07 20:21
Super Lloyd30-Sep-07 20:21 
AnswerRe: problem with System.OutOfMemoryException Pin
Martin#30-Sep-07 21:47
Martin#30-Sep-07 21:47 
GeneralRe: problem with System.OutOfMemoryException Pin
Super Lloyd1-Oct-07 13:24
Super Lloyd1-Oct-07 13:24 
QuestionSQL Problem. Pin
Janu_M30-Sep-07 20:03
Janu_M30-Sep-07 20:03 
AnswerRe: SQL Problem. Pin
N a v a n e e t h30-Sep-07 20:29
N a v a n e e t h30-Sep-07 20:29 
GeneralRe: SQL Problem. Pin
Janu_M1-Oct-07 2:01
Janu_M1-Oct-07 2:01 
AnswerRe: SQL Problem. Pin
Andrei Ungureanu30-Sep-07 21:26
Andrei Ungureanu30-Sep-07 21:26 
GeneralRe: SQL Problem. Pin
Janu_M1-Oct-07 2:02
Janu_M1-Oct-07 2:02 
QuestionDelete/Remove any particular File from any particular Folder/Direcotory Pin
M Riaz Bashir30-Sep-07 19:55
M Riaz Bashir30-Sep-07 19:55 
AnswerRe: Delete/Remove any particular File from any particular Folder/Direcotory Pin
Tamimi - Code30-Sep-07 20:01
Tamimi - Code30-Sep-07 20:01 
GeneralRe: Delete/Remove any particular File from any particular Folder/Direcotory Pin
M Riaz Bashir30-Sep-07 20:23
M Riaz Bashir30-Sep-07 20:23 
QuestionAccessing controls form class file problem Pin
rakeshpckm30-Sep-07 19:42
rakeshpckm30-Sep-07 19:42 
AnswerRe: Accessing controls form class file problem Pin
N a v a n e e t h30-Sep-07 20:06
N a v a n e e t h30-Sep-07 20:06 
QuestionFinding functions with no reference Pin
N a v a n e e t h30-Sep-07 19:19
N a v a n e e t h30-Sep-07 19:19 

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.