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

C#

 
JokeRe: How to cook fries. Urgent. Plz Help. Pin
Pete O'Hanlon21-Nov-07 1:14
mvePete O'Hanlon21-Nov-07 1:14 
QuestionPInvoke in c# Pin
m@u20-Nov-07 22:43
m@u20-Nov-07 22:43 
AnswerRe: PInvoke in c# Pin
Malcolm Smart21-Nov-07 1:12
Malcolm Smart21-Nov-07 1:12 
GeneralRe: PInvoke in c# Pin
m@u21-Nov-07 1:48
m@u21-Nov-07 1:48 
AnswerRe: PInvoke in c# Pin
Alan N21-Nov-07 8:22
Alan N21-Nov-07 8:22 
GeneralRe: PInvoke in c# Pin
m@u21-Nov-07 9:36
m@u21-Nov-07 9:36 
Question.Net 1.1 EventLogEntry.Message - memory leak Pin
rrunner720-Nov-07 22:14
rrunner720-Nov-07 22:14 
Questionhow to convert string to decimal Pin
Sunil Wise20-Nov-07 22:11
professionalSunil Wise20-Nov-07 22:11 
hi frns
below is the code snippet i used in my proj actually i'll be giving some decimal value in the textbox input. I want to insert that textbox value into my database table. In the database i used that particular column as datatype decimal with precision 5 and scale 2.
SqlParameter pErrorPoints = new SqlParameter("@ErrorPoints", SqlDbType.Decimal);<br />
 pErrorPoints.Value = decimal.Parse(txtPoints.Text.Trim());


if anybody knows the answer please do let me know
regards

sunilwiseSmile | :)
AnswerRe: how to convert string to decimal Pin
Sun Rays20-Nov-07 22:20
Sun Rays20-Nov-07 22:20 
GeneralRe: how to convert string to decimal Pin
Sunil Wise20-Nov-07 22:33
professionalSunil Wise20-Nov-07 22:33 
AnswerRe: how to convert string to decimal Pin
N a v a n e e t h20-Nov-07 22:23
N a v a n e e t h20-Nov-07 22:23 
AnswerRe: how to convert string to decimal Pin
Pete O'Hanlon20-Nov-07 22:24
mvePete O'Hanlon20-Nov-07 22:24 
AnswerRe: how to convert string to decimal Pin
Shpendh20-Nov-07 22:29
Shpendh20-Nov-07 22:29 
AnswerRe: how to convert string to decimal Pin
Andrei Ungureanu20-Nov-07 22:31
Andrei Ungureanu20-Nov-07 22:31 
Questionwhere this project ? Pin
abcomp0120-Nov-07 21:49
abcomp0120-Nov-07 21:49 
AnswerRe: where this project ? Pin
Mustafa Ismail Mustafa20-Nov-07 21:56
Mustafa Ismail Mustafa20-Nov-07 21:56 
AnswerRe: where this project ? Pin
abcomp0121-Nov-07 1:24
abcomp0121-Nov-07 1:24 
QuestionRe: where this project ? Pin
abcomp0121-Nov-07 1:26
abcomp0121-Nov-07 1:26 
AnswerRe: where this project ? Pin
Andrei Ungureanu21-Nov-07 1:35
Andrei Ungureanu21-Nov-07 1:35 
AnswerRe: where this project ? Pin
Sukhjinder_K21-Nov-07 5:15
Sukhjinder_K21-Nov-07 5:15 
Questionit send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Pin
sivaramireddy p20-Nov-07 21:31
sivaramireddy p20-Nov-07 21:31 
AnswerRe: it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Pin
Andrei Ungureanu20-Nov-07 21:52
Andrei Ungureanu20-Nov-07 21:52 
GeneralRe: it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Pin
sivaramireddy p20-Nov-07 22:09
sivaramireddy p20-Nov-07 22:09 
GeneralRe: it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Pin
Andrei Ungureanu20-Nov-07 22:19
Andrei Ungureanu20-Nov-07 22:19 
GeneralRe: it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Pin
Pete O'Hanlon20-Nov-07 22:22
mvePete O'Hanlon20-Nov-07 22:22 

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.