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