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
WordPress - Admin - Change Admin Page Titles
System DSN doesn't show in Excel
Split word document and save based on tags
SMTP Sending on behalf of
Active Directory queries to pull distribution list members and user email addresses
use wireshark to capture whats happening during the logon process
Thumb Drive -- file transfer fails ?
Need Excel User Function to Convert Tuesday, June 08, 2010 3:16 PM to mm/dd/yy
VMWare 4 Error parsing the servers clients.xml file
Problem with Exchange 2010 " initialization failed"