Header background image for AlwaysMoveForward.com

Blog entries for Wednesday, 11 March 2009

Software

My MVC Experiment Part 9 Ajax

Something nice for the user experience.What do I mean?  Well take the login section for example.  That little login section up above to the right gave me some problems.  How could I have an mvc submission for a login action, but still get sent back to the same view? My first thought was that I could just get the name of the current view and just return that from the controller action.  Nope, I couldn't find anything that gave me that information.Now what?  Well the easiest thing is to just do an
By Arthur Correa • 0 Comments
Continue Reading
  • 1