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
Sync Access database contacts with Exchange Contacts list
OutlookAnywhere for Exchange 2007 - client keeps asking for credentials
Speeding up a simple UPDATE in Oracle SQL
Disable Shortcut Keys in axwindowsmediaplayer1 (media player)
Windows Update site fails to load
Getting group membership from LDAP
Script to automatically delete files older than 1 month Windows NT server
How can i fill 1D array from 2D array and how can i sort 1D array?
Dynamic Color
Can't access Exchange 2003 OWA from Internet