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

C#

 
AnswerRe: Using SSH proxy in my application Pin
leppie19-Jun-08 3:49
leppie19-Jun-08 3:49 
Questionhelp asterisk Pin
waseemakhtar18-Jun-08 23:56
waseemakhtar18-Jun-08 23:56 
AnswerRe: help asterisk Pin
N a v a n e e t h19-Jun-08 1:17
N a v a n e e t h19-Jun-08 1:17 
QuestionCopying files from one network path to another network path in Window Service Pin
rahulrmetadesi18-Jun-08 23:29
rahulrmetadesi18-Jun-08 23:29 
AnswerRe: Copying files from one network path to another network path in Window Service Pin
leppie19-Jun-08 3:53
leppie19-Jun-08 3:53 
QuestionNew MDI child is hidden Pin
Yosh_18-Jun-08 23:21
professionalYosh_18-Jun-08 23:21 
AnswerRe: New MDI child is hidden Pin
Pete O'Hanlon19-Jun-08 1:54
mvePete O'Hanlon19-Jun-08 1:54 
Questionproblem with increment decimal value Pin
Mr.Kode18-Jun-08 22:56
Mr.Kode18-Jun-08 22:56 
i have datagrid contains 4 columns , one of them takes decimal datatype i want to increment this value each time to get the sum

string name;
decimal price, due;
int count;

name = txtSelectedItem.Text;
price =decimal.Parse( lblPrice.Text);
count =int.Parse( txtUnitOrder.Text);
due = decimal.Parse(lblDue.Text);

DGSelectedItems.Rows.Add( name,price,count,due);
decimal sum = due++;
txtSum.Text = sum.ToString();

the value didn`t incremented but replaced

regards in advance
AnswerRe: problem with increment decimal value Pin
Matthew Butler18-Jun-08 23:04
Matthew Butler18-Jun-08 23:04 
QuestionRetrieving the COM class factory for component with CLSID {} failed Pin
Tejal Bhavsar18-Jun-08 21:27
Tejal Bhavsar18-Jun-08 21:27 
AnswerRe: Retrieving the COM class factory for component with CLSID {} failed Pin
leppie18-Jun-08 21:47
leppie18-Jun-08 21:47 
GeneralRe: Retrieving the COM class factory for component with CLSID {} failed Pin
Tejal Bhavsar18-Jun-08 22:42
Tejal Bhavsar18-Jun-08 22:42 
GeneralRe: Retrieving the COM class factory for component with CLSID {} failed Pin
leppie19-Jun-08 4:36
leppie19-Jun-08 4:36 
Questionnumeric problem on some pcs Pin
Xmen Real 18-Jun-08 21:06
professional Xmen Real 18-Jun-08 21:06 
AnswerRe: numeric problem on some pcs Pin
Rajesh R Subramanian18-Jun-08 21:16
professionalRajesh R Subramanian18-Jun-08 21:16 
GeneralRe: numeric problem on some pcs Pin
Xmen Real 18-Jun-08 21:20
professional Xmen Real 18-Jun-08 21:20 
GeneralRe: numeric problem on some pcs Pin
Gopal.S18-Jun-08 21:40
Gopal.S18-Jun-08 21:40 
QuestionMultiD arraay Pin
cst_kvp18-Jun-08 19:53
cst_kvp18-Jun-08 19:53 
AnswerRe: MultiD arraay Pin
rp_suman18-Jun-08 19:57
rp_suman18-Jun-08 19:57 
GeneralRe: MultiD arraay Pin
cst_kvp18-Jun-08 20:16
cst_kvp18-Jun-08 20:16 
GeneralRe: MultiD arraay Pin
rp_suman18-Jun-08 22:45
rp_suman18-Jun-08 22:45 
AnswerRe: MultiD arraay Pin
Paul Conrad18-Jun-08 20:19
professionalPaul Conrad18-Jun-08 20:19 
GeneralMultiD arraay Pin
cst_kvp18-Jun-08 20:32
cst_kvp18-Jun-08 20:32 
GeneralRe: MultiD arraay Pin
Paul Conrad19-Jun-08 4:17
professionalPaul Conrad19-Jun-08 4:17 
Questionhelp me out its urgent Pin
Member 390845918-Jun-08 19:36
Member 390845918-Jun-08 19:36 

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.