Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating, Showing, Returning values with Windows Forms. Pin
Zultan21-Apr-06 7:02
Zultan21-Apr-06 7:02 
GeneralRe: Creating, Showing, Returning values with Windows Forms. Pin
RanvA21-Apr-06 7:06
RanvA21-Apr-06 7:06 
QuestionCan We make it & what is the source code? Pin
Waheed Akbar21-Apr-06 5:37
Waheed Akbar21-Apr-06 5:37 
AnswerRe: Can We make it & what is the source code? Pin
Dave Kreskowiak21-Apr-06 7:32
mveDave Kreskowiak21-Apr-06 7:32 
GeneralRe: Can We make it & what is the source code? Pin
mr_1234521-Apr-06 12:22
mr_1234521-Apr-06 12:22 
GeneralRe: Can We make it & what is the source code? Pin
Dave Kreskowiak21-Apr-06 13:12
mveDave Kreskowiak21-Apr-06 13:12 
QuestionProblem With CrystalReport Wiewer Pin
DavoodValipour21-Apr-06 5:11
DavoodValipour21-Apr-06 5:11 
QuestionRunning an sql query in c# Pin
nomsnoms21-Apr-06 4:45
nomsnoms21-Apr-06 4:45 
hey hi guys, the problem i'm facing is that I'm running a query in my program using ms c# express edition 2005, like this:

string strSqlExec = "insert into orgchart(ID,Name,Picture,Dept) values (" + "1" + "," + "'" + "Noman" + "'" + "," + "'" + f.textBox2.Text.ToString() + "'" + "," + "2" + ")";

And f.textBox2.Text.ToString() doesnt save the text in the Picture column.
Any idea how to save something from a text box into some sql table field

regards,

noms
AnswerRe: Running an sql query in c# Pin
Colin Angus Mackay21-Apr-06 5:50
Colin Angus Mackay21-Apr-06 5:50 
GeneralRe: Running an sql query in c# Pin
Paul Conrad21-Apr-06 7:54
professionalPaul Conrad21-Apr-06 7:54 
AnswerRe: Running an sql query in c# Pin
Paul Brower21-Apr-06 5:56
Paul Brower21-Apr-06 5:56 
GeneralRe: Running an sql query in c# Pin
Paul Conrad21-Apr-06 7:55
professionalPaul Conrad21-Apr-06 7:55 
QuestionHelp Me in DirectX !! Pin
hdv21221-Apr-06 4:39
hdv21221-Apr-06 4:39 
AnswerRe: Help Me in DirectX !! Pin
Judah Gabriel Himango21-Apr-06 5:13
sponsorJudah Gabriel Himango21-Apr-06 5:13 
Questiondatabase script status Pin
ddpn4221-Apr-06 3:42
ddpn4221-Apr-06 3:42 
AnswerRe: database script status Pin
Dave Kreskowiak21-Apr-06 7:28
mveDave Kreskowiak21-Apr-06 7:28 
QuestionProblem getting HWND for PictureBox Pin
Tim Smartcom21-Apr-06 3:30
Tim Smartcom21-Apr-06 3:30 
QuestionHandle "send to" sent files from windows Pin
gubber21-Apr-06 2:41
gubber21-Apr-06 2:41 
AnswerRe: Handle "send to" sent files from windows Pin
Robert Rohde21-Apr-06 3:09
Robert Rohde21-Apr-06 3:09 
GeneralRe: Handle "send to" sent files from windows Pin
gubber21-Apr-06 3:48
gubber21-Apr-06 3:48 
GeneralRe: Handle "send to" sent files from windows Pin
Robert Rohde21-Apr-06 4:10
Robert Rohde21-Apr-06 4:10 
GeneralRe: Handle "send to" sent files from windows Pin
gubber21-Apr-06 4:45
gubber21-Apr-06 4:45 
Question.NET Pin
_Tom_21-Apr-06 2:27
_Tom_21-Apr-06 2:27 
AnswerRe: .NET Pin
User 665821-Apr-06 2:36
User 665821-Apr-06 2:36 
GeneralRe: .NET Pin
_Tom_22-Apr-06 9:31
_Tom_22-Apr-06 9:31 

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.