Click here to Skip to main content
15,889,335 members

Comments by KiranKumar Roy (Top 7 by date)

KiranKumar Roy 25-Jun-13 23:33pm View    
Ha ha ha.. Ok..
KiranKumar Roy 25-Jun-13 4:51am View    
what output you want tell me.. above function will give you comma separated result in your texbox like Kiran,Kumar,Roy
KiranKumar Roy 25-Jun-13 4:48am View    
You have to write like below..
DGTotalMoney.DigitText = Convert.ToString( ConvertTo100(DGHours.DigitText + ":" + DGMinutes.DigitText) * (double.Parse(CBlistPrice.Text));
KiranKumar Roy 25-Jun-13 2:48am View    
you can use it like below..

DGTotalMoney.DigitText = Convert.ToString("YOUR MINUTE'S LABLE TEXT") + ":" + Convert.ToString("YOUR SECOND'S LABLE TEXT");
KiranKumar Roy 25-Jun-13 0:35am View    
;)