Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
on btnSave click have one crytal report on my page which is calling

C#
btnSave.Visible = false;
 btnDelete.Visible = false;


rd.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, true, currentsession.getMenuDescription() + TestPVNO.Text); to display the report

but befour this i want to make save button visible false
this code is displaying report but not making but invisible
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900