Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
  1. I have a view where the user can download a file. It doesn't need to pass any formdata. It generates a file that uses a static query. At present I am calling the controller from the anchor tag. Should I have it as a form instead?

  2. When should I call a controller from the submit of action of a form and when should I use an anchor?

I know the questions may sound stupid, but it would have been more stupid if I didn't ask.

share|improve this question
I normally just do what ever works and is fastest to do. Either way is correct however. – leppie Jun 15 '12 at 6:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.