I have to generate a XML file which have details about its particular table row from a button, and will prompt a Save As dialog to User to sve the file.
I am a beginner in MVC and ASP.Net, but with the help of many blogs or examples available, I was able to create below things but I'm getting many build errors when I run or if I don't get the build errors then the button doesn't do anything.
I referred this article to implement but not able to get much results : http://nraykov.wordpress.com/2010/06/27/show-save-as-dialog-with-content-disposition-response-header/
Let me know if m miising any detail or u need some more information.
Please suggest.