I have an aspx page with some textboxes and a button. When clicking on that button the aspx page should be converted into pdf but the button should not be present in the pdf. Is this possible?
Or is it possible to have only a control rendered as PDF, then I can place all the data which needs to be in a asp panel and the button outside the panel, this way I can just render the panel to be sent for PDF.