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

C#

 
GeneralRe: Change Locked property Pin
Tushar Mahajan21-May-07 3:46
Tushar Mahajan21-May-07 3:46 
GeneralRe: Change Locked property Pin
Martin#21-May-07 4:33
Martin#21-May-07 4:33 
GeneralRe: Change Locked property Pin
Tushar Mahajan21-May-07 18:55
Tushar Mahajan21-May-07 18:55 
AnswerRe: Change Locked property Pin
Martin#21-May-07 3:41
Martin#21-May-07 3:41 
QuestionApplication Error---Any help please?? Pin
Ntoki21-May-07 2:55
Ntoki21-May-07 2:55 
AnswerRe: Application Error---Any help please?? Pin
Guffa21-May-07 3:00
Guffa21-May-07 3:00 
QuestionHow to send Date as a DateTime Object?. Pin
pubududilena21-May-07 2:51
pubududilena21-May-07 2:51 
AnswerRe: How to send Date as a DateTime Object?. Pin
Manoj Kumar Rai21-May-07 3:00
professionalManoj Kumar Rai21-May-07 3:00 
Hi,

DateTime is a serializable class, and there is no issue sending it to the Services like "Remoting" server as a parameter of a interface function call.

Also, if you are trying to send it to the other service which has been written using C#, you can serialize the DateTime object and send it as "byte" data, and get it deserialized at the sever end.



Manoj
Never Give up

GeneralRe: How to send Date as a DateTime Object?. Pin
pubududilena21-May-07 3:14
pubududilena21-May-07 3:14 
GeneralRe: How to send Date as a DateTime Object?. Pin
Manoj Kumar Rai21-May-07 3:26
professionalManoj Kumar Rai21-May-07 3:26 
GeneralRe: How to send Date as a DateTime Object?. Pin
pubududilena21-May-07 3:39
pubududilena21-May-07 3:39 
AnswerRe: How to send Date as a DateTime Object?. Pin
DoomedOne21-May-07 11:34
DoomedOne21-May-07 11:34 
QuestionInterface question Pin
groundzero11121-May-07 1:58
groundzero11121-May-07 1:58 
AnswerRe: Interface question Pin
Pete O'Hanlon21-May-07 2:12
mvePete O'Hanlon21-May-07 2:12 
AnswerRe: Interface question [modified] Pin
Dave Herren21-May-07 3:21
Dave Herren21-May-07 3:21 
GeneralRe: Interface question Pin
groundzero11121-May-07 6:43
groundzero11121-May-07 6:43 
QuestionDataGrid Cell Merging Pin
rujuc#21-May-07 1:56
rujuc#21-May-07 1:56 
QuestionDigital Persona Pin
| Muhammad Waqas Butt |21-May-07 1:19
professional| Muhammad Waqas Butt |21-May-07 1:19 
AnswerRe: Digital Persona Pin
Dave Kreskowiak21-May-07 6:35
mveDave Kreskowiak21-May-07 6:35 
QuestionDataSet Query Pin
Blumen21-May-07 0:38
Blumen21-May-07 0:38 
AnswerRe: DataSet Query Pin
Colin Angus Mackay21-May-07 0:59
Colin Angus Mackay21-May-07 0:59 
GeneralRe: DataSet Query Pin
Blumen21-May-07 3:14
Blumen21-May-07 3:14 
AnswerRe: DataSet Query Pin
marky77721-May-07 2:36
marky77721-May-07 2:36 
GeneralRe: DataSet Query Pin
Blumen21-May-07 3:15
Blumen21-May-07 3:15 
GeneralRe: DataSet Query Pin
marky77721-May-07 3:22
marky77721-May-07 3:22 

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.