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
Your log in to the Switchboard timed out. Please click OK to reload or Cancel to quit.
Unable to connect Entourage 2004 to SBS 2008 Exchange mailbox
truncate vs delete
Batch printing word document to non-default printer
How to hide a dummy date value.
New record, if field is empty, msgbox
GP error --> Key segment not found <-- within Customer Service Mgt
Using an additional domain controller when PDC crashes
Setting up of a Forest Trust
iPhone Data Recovery After iOS4 Upgrade