Microsoft
Software
Hardware
Network
Question : convert.decimal problem
my "used" column is decimal..
table.AddCell((Decimal.Par
se(reader[
"used"].To
String()))
);
I use iTextSharp.. table..
The best overloaded method match for 'iTextSharp.text.Table.Add
Cell(iText
Sharp.text
.Cell)' has some invalid arguments
Argument '1': cannot convert from 'decimal' to 'iTextSharp.text.Cell'
Answer : convert.decimal problem
Not sure yet, though try
table.AddCell(reader["used
"].ToStrin
g());
OR
table.AddCell(new Cell(reader["used"].ToStri
ng()));
Random Solutions
windows 2008
iPhone 4 xcode "Line Drawing app"
How do I parse a KML with VB.NET
Does intel code i3 supports windows xp,
setting month and year in jquery monthpicker plugin
IE8 annoying advertising popups on double underlined links in webpages
E72 - Opear Mobile 10 crashes after loading more than one page
Why RTRIM so slow on UPDATE
Dot Net IL Code to C# conversion
Is it possible to mirror two physical disks?