Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
154840 Points
19854 Posts
Moderator
MVP
Jul 08, 2008 04:06 PM|LINK
Change it so there is no ambiguity:
Table a = new iTextSharp.Text.Table();
or whichever one you want it to be. Or, if you are not using any WebControls on the page, remove the "using System.Web.UI.WebControls;" statement from the page.
Mikesdotnett...
All-Star
154840 Points
19854 Posts
Moderator
MVP
Re: export to PDF file
Jul 08, 2008 04:06 PM|LINK
Change it so there is no ambiguity:
Table a = new iTextSharp.Text.Table();
or whichever one you want it to be. Or, if you are not using any WebControls on the page, remove the "using System.Web.UI.WebControls;" statement from the page.
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter