Showing posts with label asp.net-mvc-3. Show all posts
Showing posts with label asp.net-mvc-3. Show all posts

Sunday, June 10, 2012

File Upload Asp.net Mvc3.0


I want to upload an excel file in asp.net mvc3.0. How can I upload the file using html input file control.

Thursday, May 3, 2012

Required validation only if the field is visible in asp.net mvc


I am using the [Required] attribute for the Clientside validation in asp.net mvc 3.

Correct way to handle Ajax calls in ASP.Net MVC 3


When coding up Ajax calls in ASP.Net MVC we have a lot of options as far as issuing calls, handling them on the server, and dealing with successes and failures on the client. Some things clearly have a correct answer, but I've been unable to find clear-cut guidance. So, end-to-end, what is the correct way to make an ajax call?

Tuesday, May 1, 2012

Correct way to handle Ajax calls in ASP.Net MVC 3


When coding up Ajax calls in ASP.Net MVC we have a lot of options as far as issuing calls, handling them on the server, and dealing with successes and failures on the client. Some things clearly have a correct answer, but I've been unable to find clear-cut guidance. So, end-to-end, what is the correct way to make an ajax call?