0
votes
0answers
55 views

modal window with form

First, Sorry for my English. I'm very new in web development. I want that you make code review of my code. I have profile page where contains two tabs:User Info and Violations. In the User Info tab ...
2
votes
2answers
841 views

Wrapper for jquery ajax to ensure redirects occur on clientside

Recently I had the need to make some ajax calls within a MVC 3.0 with Razor and jQuery application. After a bit of trial and error and refactoring it was discovered that a number of different needs ...
0
votes
1answer
106 views

Is there any javascript pitfalls with this approach that I might be missing?

I have a model with a number of complex/simple properties that has a corresponding strongly typed view, that calls EditorFor to a custom editor template view for the model. One of the form's ...
-1
votes
1answer
448 views

Placing Javascript in an external source rather than embedded in the page [closed]

I've always placed my javascript embedded in my ASP.NET MVC pages. I vaguely remember an old practice that suggests placing all javascript in external files. Is it more appropriate to place it in your ...