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
Domain Controller rename and IP change
VS 2010 Call Outlook New message in VB.NET
Notes 8.5.1 - Increasing Java Heap Size - No com.ibm.rcp.j2se.<version>
file
Database on a 64 bit OS - Conection issues
Exchange 2010 Remote Connectivity, SMTP
Exchange 2010 Domain Prep
Documentation for Palo Alto PA 500 firewall
How to retrieve and Entities Form or View Metadata
Problem with Silverlight Animation -- cannot resolve targetname
Video card reccommendations