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
Is it possible to hide a map network drive?
Flash device Operating System
How to figure out input value passed via XML
exchange 2010 missing" server configuration"
"Ad Zoo .Net" ??
Reset Domain Administrator Account Windows Server 2008 64Bit
Maxtor Drive getting 'lost'
CS0433 error when deploying ASP.NET app, type exists two asp.net temporary files
vb 6.0 version number
MacBook Stuck on Shut-Down