Mahesh Reddy

Mahesh Reddy

  • NA
  • 363
  • 15.4k

Export a Data to PDF in MVC

Jan 20 2019 11:19 PM
Hi,
I have one master table(crud table)
in that I have one button named as Export PDF
Coming to my requirement i need to generate one pdf after clicking of export pdf button
in another url
Ex:In same controller am going to create one more action method for that i have created one view where i want to generate after clicking of export button  
I have 2 methods in same controller named as Index() and index1()
In Index() i am going to do crud operations
after clicking of export button  i need to generate PDF using Index1() method 
Could you please kindly help me 
 

Answers (3)