Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
476 Points
441 Posts
Feb 06, 2011 03:47 PM|LINK
you dont understand
if i have the code to generate the pdf out of button click event i need to call the
Protected Overrides Sub Render because its where the code to the pdf is so i change it to public
and then i can call the render void however i need to pass in argunment the so it will be something like : protected void imgbtnpdf_Click(object sender, ImageClickEventArgs e) { generatepdf=true; Render(HtmlTextWriter writer); }
and then i can call the render void however i need to pass in argunment the
so it will be something like :
and the Render(HtmlTestWriter writer is giving me an error its says it is a type and i'm using it like a method
hsl89
Member
476 Points
441 Posts
Re: create pdf
Feb 06, 2011 03:47 PM|LINK
you dont understand
if i have the code to generate the pdf out of button click event i need to call the
Protected Overrides Sub Render because its where the code to the pdf is so i change it to public
and the Render(HtmlTestWriter writer is giving me an error its says it is a type and i'm using it like a method