Click here to Skip to main content
15,894,955 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 20:35
<<Tash18>>6-Jan-10 20:35 
GeneralRe: Problem with insert query Pin
dojohansen7-Jan-10 5:31
dojohansen7-Jan-10 5:31 
AnswerRe: Problem with insert query Pin
OriginalGriff6-Jan-10 0:37
mveOriginalGriff6-Jan-10 0:37 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 0:40
<<Tash18>>6-Jan-10 0:40 
GeneralRe: Problem with insert query Pin
OriginalGriff6-Jan-10 1:01
mveOriginalGriff6-Jan-10 1:01 
GeneralRe: Problem with insert query Pin
Ashfield6-Jan-10 1:16
Ashfield6-Jan-10 1:16 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 1:17
<<Tash18>>6-Jan-10 1:17 
GeneralRe: Problem with insert query Pin
OriginalGriff6-Jan-10 1:31
mveOriginalGriff6-Jan-10 1:31 
<<thashif>> wrote:
Actually i only find cmd.parameters.add i mean i dont get addwithvalue... should i include anything??? is it because i am using VS2003


Yes. AddWithValue was added with .NET 2.0 (VS 2005) so you don't have it! Either:
1) use .Parameters.Add("@FN").Value = uf_...
or
2) upgrade to a (slightly) more modern version! Laugh | :laugh: Don't forget the Express versions of VS are free...

All those who believe in psycho kinesis, raise my hand.

GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 1:42
<<Tash18>>6-Jan-10 1:42 
GeneralRe: Problem with insert query Pin
OriginalGriff6-Jan-10 2:07
mveOriginalGriff6-Jan-10 2:07 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 20:37
<<Tash18>>6-Jan-10 20:37 
Questionevent firing in combo box Pin
Mahesh_Blr6-Jan-10 0:01
Mahesh_Blr6-Jan-10 0:01 
AnswerRe: event firing in combo box Pin
Mycroft Holmes6-Jan-10 0:13
professionalMycroft Holmes6-Jan-10 0:13 
Questiondatagrid row color Pin
Erdinc275-Jan-10 23:58
Erdinc275-Jan-10 23:58 
AnswerRe: datagrid row color Pin
Mycroft Holmes6-Jan-10 0:06
professionalMycroft Holmes6-Jan-10 0:06 
AnswerRe: datagrid row color Pin
Qendro6-Jan-10 0:57
Qendro6-Jan-10 0:57 
GeneralRe: datagrid row color Pin
David Skelly6-Jan-10 1:37
David Skelly6-Jan-10 1:37 
GeneralRe: datagrid row color Pin
Qendro6-Jan-10 2:37
Qendro6-Jan-10 2:37 
GeneralRe: datagrid row color Pin
David Skelly6-Jan-10 5:09
David Skelly6-Jan-10 5:09 
GeneralRe: datagrid row color Pin
Erdinc276-Jan-10 7:56
Erdinc276-Jan-10 7:56 
AnswerRe: datagrid row color Pin
David Skelly6-Jan-10 1:41
David Skelly6-Jan-10 1:41 
GeneralRe: datagrid row color Pin
Erdinc276-Jan-10 8:00
Erdinc276-Jan-10 8:00 
QuestionRead from udp in C# through event Pin
Reza Shojaee5-Jan-10 23:57
Reza Shojaee5-Jan-10 23:57 
AnswerRe: Read from udp in C# through event Pin
Mycroft Holmes6-Jan-10 0:08
professionalMycroft Holmes6-Jan-10 0:08 
AnswerRe: Read from udp in C# through event Pin
Rick Shaub6-Jan-10 10:25
Rick Shaub6-Jan-10 10: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.