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
ASP.NET 2.0 Warning. Event ID 1309 Source ASP.NET.0.50727.0
Best wireless access to an HP Deskjet F4500 - time capsule or no?
endian
Exchange restore using ntbackup
Is the reverse lookup in Exchange 20010 needed to send and receive
Update Comments with cell ref.
Cross Domain Authentication System Error 5
Evnet id 10016 - DCOM & DFS
Unable to install Webmin
Hta code change as feedback form.