Posts by Fernando Bigal • 13 points
3 posts
-
0
votes3
answers220
viewsA: Return in a view-specific div
Well, I was able to do it this way: I passed a value through Viewbag as the Gypsy Morrison Mendez spoke, and in Javascript I used the method that Tiago Falcão mentioned. Now when the page loads I…
-
0
votes5
answers17869
viewsA: How to align the Left fields of an Html table?
Instead of having to add a class for each td tag, you can put a class inside the table tag <table cellspacing="6" class="align-left"> and in css .align-left td{ text-align: left; } this means…
-
1
votes3
answers220
viewsQ: Return in a view-specific div
I have a view where the contact form is at the bottom of the page, with validation via Dataannotations. When I click the send button, the controller checks the Modelstate, if it is not valid, it…