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
Want to add wireless to wired network
Setting up of a Forest Trust
exception : There are multiple root elements
How can I modify the Drupal comment module so that it does not include a homepage field?
How to block web proxys like ninjacloak.com?
How to hide a dummy date value.
unload view when switching tab
Batch printing word document to non-default printer
Create a distribution list based on a security group
How many squares are in this diagram?