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
Static route to website in Squid
reverse ajax
Move DC role from Exchange Server
error while installing Exchang 2010
Citrix \ IE - Published Web Site
can ping by ip, and by name, but not browse
How to allow Internet access between untrusted zones on SSG-140
SQL Server function to call the excel function gammaln
Windows batch file to trigger e-mail notification.
#550 5.3.4 SMTPSEND.OverAdvertisedSiz
e; message size exceeds fixed maximum size ##