Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPlease tell me a hint Pin
anpm3-Nov-07 19:53
anpm3-Nov-07 19:53 
AnswerRe: Please tell me a hint Pin
Christian Graus3-Nov-07 19:17
protectorChristian Graus3-Nov-07 19:17 
QuestionHow to do client /server with VB.net 2005 Pin
Computer-S3-Nov-07 9:43
Computer-S3-Nov-07 9:43 
AnswerRe: How to do client /server with VB.net 2005 Pin
Christian Graus3-Nov-07 12:03
protectorChristian Graus3-Nov-07 12:03 
GeneralRe: How to do client /server with VB.net 2005 Pin
Computer-S3-Nov-07 23:45
Computer-S3-Nov-07 23:45 
GeneralRe: How to do client /server with VB.net 2005 Pin
Christian Graus4-Nov-07 0:25
protectorChristian Graus4-Nov-07 0:25 
AnswerRe: How to do client /server with VB.net 2005 Pin
Paul Conrad4-Nov-07 5:01
professionalPaul Conrad4-Nov-07 5:01 
Questionvb 2005 web app date problem Pin
neoice3-Nov-07 7:56
neoice3-Nov-07 7:56 
Hi,

I am creating a web app using using VB 2005 pro and sql 2005 pro. When I send my data from the web form to the database it appears as 11/10/2007 00:00:00. How do I stop the time from appearing?

Here's a piece of code where I send to DB

Dim cmd As New SqlCommand("insert into tblDetails(adno,date) values@adno,@date)", conn)
cmd.Parameters.Add("@adno", SqlDbType.VarChar).Value = TxtAdNo.Text
cmd.Parameters.Add("@date", SqlDbType.DateTime).Value = TxtDate.Text

thanks in advance



jono

AnswerRe: vb 2005 web app date problem Pin
pmarfleet3-Nov-07 8:12
pmarfleet3-Nov-07 8:12 
GeneralRe: vb 2005 web app date problem Pin
neoice3-Nov-07 9:29
neoice3-Nov-07 9:29 
GeneralRe: vb 2005 web app date problem Pin
pmarfleet3-Nov-07 9:54
pmarfleet3-Nov-07 9:54 
GeneralRe: vb 2005 web app date problem Pin
neoice3-Nov-07 10:18
neoice3-Nov-07 10:18 
AnswerRe: vb 2005 web app date problem Pin
Andy_L_J4-Nov-07 16:47
Andy_L_J4-Nov-07 16:47 
QuestionConnection Change in deployment package Pin
mhaneefa3-Nov-07 6:45
mhaneefa3-Nov-07 6:45 
AnswerRe: Connection Change in deployment package Pin
AliAmjad3-Nov-07 9:04
AliAmjad3-Nov-07 9:04 
GeneralRe: Connection Change in deployment package Pin
mhaneefa4-Nov-07 7:49
mhaneefa4-Nov-07 7:49 
QuestionWinsock with SSL ? Pin
Dan Suthar3-Nov-07 6:36
professionalDan Suthar3-Nov-07 6:36 
AnswerRe: Winsock with SSL ? Pin
AliAmjad3-Nov-07 9:02
AliAmjad3-Nov-07 9:02 
GeneralRe: Winsock with SSL ? Pin
Dan Suthar4-Nov-07 5:21
professionalDan Suthar4-Nov-07 5:21 
QuestionPlease help me to sort an tow dimensional array with repeating numbers in that array Pin
anpm3-Nov-07 4:26
anpm3-Nov-07 4:26 
AnswerRe: Please help me to sort an tow dimensional array with repeating numbers in that array Pin
Paul Conrad3-Nov-07 5:26
professionalPaul Conrad3-Nov-07 5:26 
AnswerRe: Please help me to sort an tow dimensional array with repeating numbers in that array Pin
Guffa3-Nov-07 11:27
Guffa3-Nov-07 11:27 
JokeRe: Please help me to sort an tow dimensional array with repeating numbers in that array Pin
Paul Conrad3-Nov-07 13:09
professionalPaul Conrad3-Nov-07 13:09 
QuestionDatagridtextbox with a button in it Pin
Salman Sheikh3-Nov-07 2:55
Salman Sheikh3-Nov-07 2:55 
QuestionVB password help Pin
arranmc1823-Nov-07 2:20
arranmc1823-Nov-07 2:20 

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.