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
accessing exchange 2003 through an iphone
Outdoor cisco 1300 AP
CISCO PIX 525: understanding statistics
VB.NET Setup Installing App Files Without Asking What Folder to Install
How to set a number of lines on a report
Access the DOM of a pop up window
Stop links from updating after they have begun to update?
What are the several solutions to report a record from database table
Getting One Row from a ListBox List
IM integration with Sharepoint 2010