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

C#

 
GeneralTo loginto a remote Computer from an ASPX page Pin
Sanjay Suhag6-Aug-05 4:36
sussSanjay Suhag6-Aug-05 4:36 
GeneralTabControl problem... Pin
QzRz6-Aug-05 2:46
QzRz6-Aug-05 2:46 
GeneralHiding a window Pin
mamtz6-Aug-05 2:09
mamtz6-Aug-05 2:09 
GeneralRe: Hiding a window Pin
[Marc]6-Aug-05 9:11
[Marc]6-Aug-05 9:11 
GeneralRe: Reports Pin
Anonymous6-Aug-05 0:16
Anonymous6-Aug-05 0:16 
GeneralRe: Reports Pin
Guffa6-Aug-05 0:55
Guffa6-Aug-05 0:55 
QuestionHow to add buttons to DataGridColumn? Pin
amrutajoshi6-Aug-05 0:12
amrutajoshi6-Aug-05 0:12 
GeneralInsert Date into access database in C#.net Pin
Ming Luo5-Aug-05 23:59
Ming Luo5-Aug-05 23:59 
Hello everybody!
I met a problem when I tried to insert a new record or update a record when it contains a date field. Which says the insert into syntax is not correct. I tried to insert a date format string using

DataTable atable = ds.Tables["Invoice"];
atable["date"] = Convert.ToDateTime(DateTime.Today.ToShortString);
atable["date"] = DateTime.Today.ToShortString();
or any kind of ways I can think about. But none of them works. Does anybody know a way to solve this problem please.
And also does anybody has any good idea to display information between two date please?

Asura
GeneralRe: Insert Date into access database in C#.net Pin
Guffa6-Aug-05 0:06
Guffa6-Aug-05 0:06 
GeneralRe: Insert Date into access database in C#.net Pin
Ming Luo6-Aug-05 0:13
Ming Luo6-Aug-05 0:13 
GeneralRe: Insert Date into access database in C#.net Pin
Guffa6-Aug-05 6:19
Guffa6-Aug-05 6:19 
GeneralRe: Insert Date into access database in C#.net Pin
Ming Luo6-Aug-05 7:39
Ming Luo6-Aug-05 7:39 
GeneralRe: Insert Date into access database in C#.net Pin
Rob Graham6-Aug-05 16:27
Rob Graham6-Aug-05 16:27 
GeneralRe: Insert Date into access database in C#.net Pin
Dario Solera7-Aug-05 5:53
Dario Solera7-Aug-05 5:53 
GeneralRe: Insert Date into access database in C#.net Pin
Guffa7-Aug-05 20:45
Guffa7-Aug-05 20:45 
GeneralSelf Extracting File Pin
Varun Jain 7865-Aug-05 23:46
Varun Jain 7865-Aug-05 23:46 
GeneralRe: Self Extracting File Pin
Vasudevan Deepak Kumar6-Aug-05 0:56
Vasudevan Deepak Kumar6-Aug-05 0:56 
GeneralRe: Self Extracting File Pin
Varun Jain 7867-Aug-05 23:00
Varun Jain 7867-Aug-05 23:00 
GeneralRe: Self Extracting File Pin
Vasudevan Deepak Kumar7-Aug-05 23:09
Vasudevan Deepak Kumar7-Aug-05 23:09 
GeneralRe: Self Extracting File Pin
Varun Jain 7868-Aug-05 3:43
Varun Jain 7868-Aug-05 3:43 
GeneralSelf Extracting file Pin
Anonymous5-Aug-05 21:53
Anonymous5-Aug-05 21:53 
GeneralEncodings problem Pin
AnonymousTwo5-Aug-05 21:16
AnonymousTwo5-Aug-05 21:16 
AnswerRe: Encodings problem Pin
Heath Stewart5-Aug-05 22:21
protectorHeath Stewart5-Aug-05 22:21 
QuestionAssembly with strong name - can it be decompiled and recompiled? Pin
Anonymous5-Aug-05 20:53
Anonymous5-Aug-05 20:53 
AnswerRe: Assembly with strong name - can it be decompiled and recompiled? Pin
mav.northwind5-Aug-05 21:24
mav.northwind5-Aug-05 21:24 

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.