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
How do create a Windows batch script to start a service and set to automatic
Barracuda Load Balancer 340 - balances fine but real servers cannot connect to Interenet
Can't access shared folders and printers in Win 7 Pro in XP Home
identical javascript code works in one website but not in another?
jQuery or JS - Checkbox set/unset in an array?
How to copy folders/files between computers and preserve modified date ?
How to update Hyperlinks in Excel 2003?
SNMP on Server 2008
VPN traffic need (Policy) NAT to internal IP
SBS 2008 move data feature crashes