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
How can I get CFileDialog to not change the initial directory?
Access to toher User's Inboxes
tables with FK relationships at all
To to retrieve Conference call recordings
Server 2008 R2 DC File Permissions
Calendar Control in Excel 2003 VBA
Installing MAPI CDO on Exchange 2007
SBS 2008 shared folder permissions problem - read only - need full control
Inserting image in Word 2007 table
error SQL3126N when loading data from local file to remote DB2 instance