Click here to Skip to main content
15,917,610 members
Home / Discussions / C#
   

C#

 
AnswerSimple Pin
Vikram A Punathambekar28-Feb-06 4:12
Vikram A Punathambekar28-Feb-06 4:12 
AnswerRe: storing image-out of memory error Pin
leppie28-Feb-06 5:17
leppie28-Feb-06 5:17 
Generalc# desktop client communicating webservices via proxy facing problem Pin
mohdmeraj28-Feb-06 2:16
mohdmeraj28-Feb-06 2:16 
QuestionRight-Click in c# Pin
Acheive_it28-Feb-06 1:39
Acheive_it28-Feb-06 1:39 
AnswerRe: Right-Click in c# Pin
-Dy28-Feb-06 1:46
-Dy28-Feb-06 1:46 
GeneralRe: Right-Click in c# Pin
Acheive_it28-Feb-06 18:26
Acheive_it28-Feb-06 18:26 
Questionnot allow other users from terminating the process of my application Pin
batmanAgen28-Feb-06 0:44
batmanAgen28-Feb-06 0:44 
AnswerRe: not allow other users from terminating the process of my application Pin
Eric Dahlvang28-Feb-06 2:46
Eric Dahlvang28-Feb-06 2:46 
GeneralRe: not allow other users from terminating the process of my application Pin
batmanAgen28-Feb-06 2:58
batmanAgen28-Feb-06 2:58 
AnswerRe: not allow other users from terminating the process of my application Pin
Eric Dahlvang28-Feb-06 5:23
Eric Dahlvang28-Feb-06 5:23 
GeneralRe: not allow other users from terminating the process of my application Pin
batmanAgen28-Feb-06 8:05
batmanAgen28-Feb-06 8:05 
Questiondisable back buttons Pin
prgramya28-Feb-06 0:37
prgramya28-Feb-06 0:37 
AnswerRe: disable back buttons Pin
Colin Angus Mackay28-Feb-06 2:24
Colin Angus Mackay28-Feb-06 2:24 
AnswerRe: disable back buttons Pin
goyal manish28-Feb-06 3:37
goyal manish28-Feb-06 3:37 
Questionconfusion over the namespaces Pin
Lav KG28-Feb-06 0:14
Lav KG28-Feb-06 0:14 
AnswerRe: confusion over the namespaces Pin
leppie28-Feb-06 2:38
leppie28-Feb-06 2:38 
QuestionStoring Cipher Keys Pin
Dario Solera27-Feb-06 23:04
Dario Solera27-Feb-06 23:04 
AnswerRe: Storing Cipher Keys Pin
pellelil27-Feb-06 23:24
pellelil27-Feb-06 23:24 
GeneralRe: Storing Cipher Keys Pin
Dario Solera28-Feb-06 1:30
Dario Solera28-Feb-06 1:30 
QuestionHow to make a custom datagridview datetimepicker column? Pin
bangwar27-Feb-06 22:54
bangwar27-Feb-06 22:54 
AnswerRe: How to make a custom datagridview datetimepicker column? Pin
Vikram A Punathambekar28-Feb-06 0:09
Vikram A Punathambekar28-Feb-06 0:09 
QuestionConvert .NET DataTime to Excel Date/Time Pin
Acheive_it27-Feb-06 22:31
Acheive_it27-Feb-06 22:31 
Hi friends,

Am exporting data from .NET to Excel..Depending upon the datatype ,am setting the Format of the Cells in the particular range in Excel.
In .NET ,am reading the data using select statement and updating the datas seperately in the Excel and then the Format of the stored datas..
If there's Date field or Time Field,.NET is reading both the datas as DateTime only.So while transferring,though the datas are stored correctly,when i use the same Excel as source to export to someother target,the datatype of the DateField is fetched as String,which i want to be as DateTime...

Am using this to set the range,ie,
mExcelRange.EntireColumn.NumberFormat = "m/d/yyyy";
AnswerRe: Convert .NET DataTime to Excel Date/Time Pin
mbue27-Feb-06 22:39
mbue27-Feb-06 22:39 
GeneralRe: Convert .NET DataTime to Excel Date/Time Pin
Acheive_it27-Feb-06 22:42
Acheive_it27-Feb-06 22:42 
AnswerRe: Convert .NET DataTime to Excel Date/Time Pin
Le centriste28-Feb-06 6:45
Le centriste28-Feb-06 6:45 

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.