Click here to Skip to main content
15,905,781 members
Home / Discussions / C#
   

C#

 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Tyrus18210-Dec-04 17:14
Tyrus18210-Dec-04 17:14 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Skynyrd10-Dec-04 17:17
Skynyrd10-Dec-04 17:17 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Tyrus18210-Dec-04 17:29
Tyrus18210-Dec-04 17:29 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Tyrus18210-Dec-04 17:44
Tyrus18210-Dec-04 17:44 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Skynyrd10-Dec-04 19:10
Skynyrd10-Dec-04 19:10 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Tyrus18210-Dec-04 19:54
Tyrus18210-Dec-04 19:54 
GeneralRe: MOVING CHILD WINDOWS IN MDI Pin
Skynyrd11-Dec-04 2:08
Skynyrd11-Dec-04 2:08 
GeneralsqlCommand in C# Pin
John L. DeVito10-Dec-04 12:48
professionalJohn L. DeVito10-Dec-04 12:48 
Heyas all,

I'm attempting to insert data entered into text boxes into a
table. I'm looking at examples and I come across something
like the following

<br />
SqlCommand Command = new SqlCommand("insert into katalog(Program Name, Publisher, Category, Disk Number, Date Added) Values ('value', 'value', 'value', 'value', 'value')", myConnection);<br />


The question is, how would I insert the text currently in the
the textbox? in other words, how do I replace 'value' above with the statement textbox1.text?

thanks all

"There are 10 types of people in this world; Those that know binary and those that do not."
GeneralRe: sqlCommand in C# Pin
Heath Stewart10-Dec-04 13:03
protectorHeath Stewart10-Dec-04 13:03 
GeneralCallContext SerializationException Pin
Skynyrd10-Dec-04 12:48
Skynyrd10-Dec-04 12:48 
GeneralRe: CallContext SerializationException Pin
Heath Stewart10-Dec-04 12:54
protectorHeath Stewart10-Dec-04 12:54 
GeneralRe: CallContext SerializationException Pin
Skynyrd10-Dec-04 13:12
Skynyrd10-Dec-04 13:12 
GeneralRe: CallContext SerializationException Pin
Heath Stewart10-Dec-04 14:28
protectorHeath Stewart10-Dec-04 14:28 
GeneralRe: CallContext SerializationException Pin
Skynyrd10-Dec-04 14:49
Skynyrd10-Dec-04 14:49 
GeneralRe: CallContext SerializationException Pin
Skynyrd10-Dec-04 19:17
Skynyrd10-Dec-04 19:17 
GeneralRe: CallContext SerializationException Pin
Heath Stewart10-Dec-04 20:27
protectorHeath Stewart10-Dec-04 20:27 
GeneralRe: CallContext SerializationException Pin
Skynyrd11-Dec-04 2:31
Skynyrd11-Dec-04 2:31 
GeneralRe: CallContext SerializationException Pin
Skynyrd11-Dec-04 4:20
Skynyrd11-Dec-04 4:20 
GeneralRe: CallContext SerializationException Pin
Heath Stewart11-Dec-04 22:14
protectorHeath Stewart11-Dec-04 22:14 
GeneralRe: CallContext SerializationException Pin
Skynyrd12-Dec-04 9:52
Skynyrd12-Dec-04 9:52 
GeneralVersion information Pin
Einar Kvandahl10-Dec-04 11:25
Einar Kvandahl10-Dec-04 11:25 
GeneralRe: Version information Pin
Robin Panther10-Dec-04 12:00
Robin Panther10-Dec-04 12:00 
GeneralRe: Version information Pin
Heath Stewart10-Dec-04 12:36
protectorHeath Stewart10-Dec-04 12:36 
GeneralCompilation error CS0006 Pin
thepersonof10-Dec-04 9:00
thepersonof10-Dec-04 9:00 
GeneralRe: Compilation error CS0006 Pin
Judah Gabriel Himango10-Dec-04 12:10
sponsorJudah Gabriel Himango10-Dec-04 12:10 

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.