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
Juniper SA2500 SSL VPN and Windows 2008 R2 firewall problem
Inter Process Communication between two VB.NET applications
IP Address Contention
trying to print to HP laserjet 2050 - and constantly have to hit "ok" button to print
Security Enabling basic Authentication for EWS
HP-UNIX - compressing/zipping files that are 31GB
Refresh GridView Control
Default Printer Changes using Terminal Server
exchange server 2003 smtp
Can i delete the system cache folder under Application Data\Sun\Java\Deployment\c
ache ?