Click here to Skip to main content
15,902,893 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:12
meki_211816-Dec-08 19:12 
GeneralRe: how make a move next command?? Pin
Christian Graus16-Dec-08 19:16
protectorChristian Graus16-Dec-08 19:16 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:23
meki_211816-Dec-08 19:23 
AnswerRe: how make a move next command?? Pin
Christian Graus16-Dec-08 19:16
protectorChristian Graus16-Dec-08 19:16 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:28
meki_211816-Dec-08 19:28 
GeneralRe: how make a move next command?? Pin
Christian Graus16-Dec-08 23:00
protectorChristian Graus16-Dec-08 23:00 
Questioninserting date to access database Pin
sarang_k16-Dec-08 18:09
sarang_k16-Dec-08 18:09 
AnswerRe: inserting date to access database Pin
Christian Graus16-Dec-08 18:12
protectorChristian Graus16-Dec-08 18:12 
If you're using C#, you can use the ?? operator, as in myDate ?? DateTime.Now

however, you'd do better to write your DB to accept nulls, or not accept nulls from the end user. Actually, you may need to replace the null with DbNull.Value, to insert a null.

Christian Graus

Driven to the arms of OSX by Vista.

QuestionRe: inserting date to access database Pin
sarang_k16-Dec-08 18:37
sarang_k16-Dec-08 18:37 
AnswerRe: inserting date to access database Pin
Christian Graus16-Dec-08 18:50
protectorChristian Graus16-Dec-08 18:50 
QuestionInsert blank value into dropdown after databind Pin
C#Coudou16-Dec-08 17:35
C#Coudou16-Dec-08 17:35 
AnswerRe: Insert blank value into dropdown after databind Pin
Abhijit Jana16-Dec-08 17:53
professionalAbhijit Jana16-Dec-08 17:53 
QuestionAjax error Pin
Mohammad Al Hoss16-Dec-08 16:54
Mohammad Al Hoss16-Dec-08 16:54 
AnswerRe: Ajax error Pin
N a v a n e e t h16-Dec-08 17:10
N a v a n e e t h16-Dec-08 17:10 
AnswerRe: Ajax error Pin
Christian Graus16-Dec-08 17:15
protectorChristian Graus16-Dec-08 17:15 
QuestionVS2005 - Why No Website Project/Publish Options? Pin
cbjroms16-Dec-08 10:53
cbjroms16-Dec-08 10:53 
AnswerRe: VS2005 - Why No Website Project/Publish Options? Pin
Rutvik Dave16-Dec-08 11:25
professionalRutvik Dave16-Dec-08 11:25 
AnswerRe: VS2005 - Why No Website Project/Publish Options? Pin
Christian Graus16-Dec-08 12:54
protectorChristian Graus16-Dec-08 12:54 
AnswerRe: VS2005 - Why No Website Project/Publish Options? Pin
Abhijit Jana16-Dec-08 17:48
professionalAbhijit Jana16-Dec-08 17:48 
GeneralRe: VS2005 - Why No Website Project/Publish Options? Pin
cbjroms20-Dec-08 20:03
cbjroms20-Dec-08 20:03 
QuestionDate Time Control Pin
dptalt16-Dec-08 10:15
dptalt16-Dec-08 10:15 
AnswerRe: Date Time Control Pin
Rutvik Dave16-Dec-08 11:18
professionalRutvik Dave16-Dec-08 11:18 
QuestionUpdate image problem Pin
nour12316-Dec-08 8:07
nour12316-Dec-08 8:07 
AnswerRe: Update image problem Pin
Christian Graus16-Dec-08 8:40
protectorChristian Graus16-Dec-08 8:40 
AnswerRe: Update image problem Pin
Rutvik Dave16-Dec-08 9:01
professionalRutvik Dave16-Dec-08 9:01 

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.