Posts by Rafael Meireles Elias • 1 point
3 posts
-
0
votes0
answers26
viewsQ: Jquery.Ajax() in Webforms without Static method
Is it possible to run a codebehind void method without them being Static? I’m getting error return 500 when trying.
-
0
votes0
answers247
viewsQ: Modelsatate.Isvalid always false
When trying to save my model in the database, when trying to validate Modelstate.Isvalid, it is always false as if it had fields pending. I know that it is due to the Dropdownlist that returns me a…
asp.net-mvcasked Rafael Meireles Elias 1 -
0
votes1
answer167
viewsQ: Validate when the value is "Selected" Dropdownlist with Jquery.Validity
I have the following code jQuery: $("#aspnetForm").validate({ errorElement: 'span', errorClass: 'help-block', rules: { Dropdown: { required: true } }, messages: { Dropdown: { required: "Preencha o…