Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Website Deployment Pin
Vimalsoft(Pty) Ltd16-Dec-08 19:47
professionalVimalsoft(Pty) Ltd16-Dec-08 19:47 
AnswerRe: Website Deployment Pin
Brij16-Dec-08 19:34
mentorBrij16-Dec-08 19:34 
Questionhow make a move next command?? Pin
meki_211816-Dec-08 18:27
meki_211816-Dec-08 18:27 
AnswerRe: how make a move next command?? Pin
Brij16-Dec-08 18:44
mentorBrij16-Dec-08 18:44 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 19:02
meki_211816-Dec-08 19:02 
GeneralRe: how make a move next command?? Pin
Brij16-Dec-08 19:29
mentorBrij16-Dec-08 19:29 
GeneralRe: how make a move next command?? Pin
meki_211816-Dec-08 20:00
meki_211816-Dec-08 20:00 
AnswerRe: how make a move next command?? Pin
Nishant Singh16-Dec-08 19:04
Nishant Singh16-Dec-08 19:04 
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 

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.