Click here to Skip to main content
15,895,370 members
Home / Discussions / C#
   

C#

 
Questionhow to debug through through external dlls Pin
aiswaryasekhar25-Sep-08 0:50
aiswaryasekhar25-Sep-08 0:50 
AnswerRe: how to debug through through external dlls Pin
leppie25-Sep-08 1:08
leppie25-Sep-08 1:08 
GeneralRe: how to debug through through external dlls Pin
aiswaryasekhar25-Sep-08 18:46
aiswaryasekhar25-Sep-08 18:46 
Questionproblem in code Pin
NiloofarNoroozi25-Sep-08 0:35
NiloofarNoroozi25-Sep-08 0:35 
AnswerRe: problem in code Pin
DaveyM6925-Sep-08 0:41
professionalDaveyM6925-Sep-08 0:41 
GeneralRe: problem in code Pin
Harvey Saayman25-Sep-08 0:47
Harvey Saayman25-Sep-08 0:47 
JokeRe: problem in code Pin
DaveyM6925-Sep-08 1:29
professionalDaveyM6925-Sep-08 1:29 
AnswerRe: problem in code Pin
Harvey Saayman25-Sep-08 0:45
Harvey Saayman25-Sep-08 0:45 
Firstly "problem in code" is as usefull as BLAH for a subject line!

Secondly give us more detail, what exception is thrown?

by the looks of things you need to do this...

objCommand.Parameters.AddWithValue("@nopersoneli", Int32.parse(txtNoPersoneli.Text));

or
objCommand.Parameters.Add("@nopersoneli", SqlDbType.Int);
objCommand.Parameters["@nopersoneli"].Value = Int32.parse(txtNoPersoneli.Text);


Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL

you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer)
1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

GeneralRe: problem in code Pin
leppie25-Sep-08 1:18
leppie25-Sep-08 1:18 
GeneralRe: problem in code Pin
Harvey Saayman25-Sep-08 2:24
Harvey Saayman25-Sep-08 2:24 
AnswerRe: problem in code Pin
nelsonpaixao25-Sep-08 13:03
nelsonpaixao25-Sep-08 13:03 
QuestionProblem in passing '&' symbol Pin
Krishna Varadharajan25-Sep-08 0:21
Krishna Varadharajan25-Sep-08 0:21 
AnswerRe: Problem in passing '&' symbol [modified] Pin
Simon P Stevens25-Sep-08 0:25
Simon P Stevens25-Sep-08 0:25 
GeneralRe: Problem in passing '&' symbol Pin
Krishna Varadharajan25-Sep-08 0:29
Krishna Varadharajan25-Sep-08 0:29 
GeneralRe: Problem in passing '&' symbol Pin
Simon P Stevens25-Sep-08 0:32
Simon P Stevens25-Sep-08 0:32 
AnswerRe: Problem in passing '&' symbol Pin
Harvey Saayman25-Sep-08 0:36
Harvey Saayman25-Sep-08 0:36 
AnswerRe: Problem in passing '&' symbol Pin
Guffa25-Sep-08 4:39
Guffa25-Sep-08 4:39 
AnswerRe: Problem in passing '&' symbol Pin
Prasanna Kumar Pete25-Sep-08 18:08
Prasanna Kumar Pete25-Sep-08 18:08 
QuestionWinform app not closing Pin
Chazzysb25-Sep-08 0:21
Chazzysb25-Sep-08 0:21 
AnswerRe: Winform app not closing Pin
Simon P Stevens25-Sep-08 0:29
Simon P Stevens25-Sep-08 0:29 
AnswerRe: Winform app not closing Pin
Mbah Dhaim25-Sep-08 1:09
Mbah Dhaim25-Sep-08 1:09 
QuestionHow can i Run my application form the WIndows service? Pin
Sifar - 025-Sep-08 0:12
Sifar - 025-Sep-08 0:12 
AnswerRe: How can i Run my application form the WIndows service? Pin
Venkat Eswaran25-Sep-08 4:22
Venkat Eswaran25-Sep-08 4:22 
QuestionRe: How can i Run my application form the WIndows service? Pin
Mark Salsbery25-Sep-08 7:33
Mark Salsbery25-Sep-08 7:33 
QuestionSetting property Enable32BitAppOnWin64 for IIS 7 in C# Pin
Mushtaque Nizamani24-Sep-08 23:48
Mushtaque Nizamani24-Sep-08 23:48 

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.