Tag: mvc
Posted in ASP.NET
Handle the custom exception in ASP.NET MVC
Introduction The ASP.NET exception is not user friendly, so we should create our custom exception handler, but…
April 17, 2019
Posted in ASP.NET
Dynamic to generate menu items with MVCSiteMapProvider
The MVCSiteMapProvider is powerful and can generate the site map menu from xml, but sometime you may…
March 19, 2019
Posted in ASP.NET
How to create and download file with Ajax in ASP.NET MVC
Introduction When you use the Ajax call in ASP.NET MVC, you just can return a JSON object but not a file, if you want to do that, you need to create and save the file in server and return it’s path to Ajax, after that, you can call a redirect link for download the file, because this is a temp file, so you should need to delete it after download.
March 17, 2019