I tried to use format(decimalValue,”##,##0.00″) on a asp.net application but disappointed with the results it formulated. I thought it was the variable that used to store the result, but it seems that the problem lies in the aspx application as it worked fine on a windows application.
Scouting the net, found another build-in function which is much simpler, by calling inserting the format as parameter after calling tostring function, eg. decimalValue.tostring(“##,##0.00″).
It somehow worked this way. It still makes me wonder..
Written by admin on March 19th, 2010 with no comments.
Read more articles on Programming.
After since my medical checkup, the doctors word have been hitting my head for sometime. Whenever I see supplements or go for gym, my liver reading stated in my medical report would reflects in my mind. It worries me abit as I seldom drink alcohols. It even worries me when my weight is increasing. I am unsure what is the main reason behind the weird reading on my liver but definately, I need to do something on it.
It was then that I’ve got advised from one of my client to try the milk thistle, I tried to source for one in the local pharmacy. At first, I wanted to get myself the bio-life and I ask her to get it for me. But when she went to the pharmacy, the pharmacist suggested Thomson Livrin 300.
Been taking it for few days now and I hardly feel any differences (maybe the first day where I have difficulty to sleep) but since then, everything seems normal. I guess I will need to seek for another checkup to verify the effectiveness through that fact sheet. But for now, I’ll continue eating till it finish and plan for another medical checkup later.
Written by admin on March 19th, 2010 with no comments.
Read more articles on Health and Personal.