Posts by Raph Apresentacao • 61 points
6 posts
-
0
votes1
answer439
viewsQ: Passing view data to controller with Viewbag/ how to pass jquery script value to viewbag
I have the following excerpt <div class="form-group"> <div class="col-lg-6" style="margin-left:15px"> <div class="row"> <div id="Empreendimento" class="form-control">…
-
0
votes0
answers27
viewsQ: How to structure the partialView To make the modelBinder correctly?
I have a form that was broken using partial view, there is only one Create for all of them, and then I think there is nothing wrong, when trying to submit the form I got the following error..... `…
-
2
votes1
answer222
viewsQ: Asp.net Sqlexception: The INSERT statement conflicted with the FOREIGN KEY Constraint
There is a question similar to this one, but it’s different ..... my doubt is where to find where it gets this information.. is it in the view form? or controller? There are several Partials views…
-
1
votes1
answer33
viewsQ: Passing data between partitals Views
I have a huge form, it was broken using partial view, created the following doubt that I could not remedy in google, if these views are all of the same control, as I pass the data of partial view To…
-
2
votes1
answer133
viewsQ: Error in create Asp.net
Unable to decrypt anti-counterfeiting token. If this application is hosted by a Web Farm or cluster, ensure that all the computers run the same version of ASP.NET Web Pages and that the…
-
0
votes1
answer32
viewsQ: Modeling Error Asp.net Code First
I’m having an error in making an Migration... First I’ll say what I want, so you can understand, there’s inconsistency, but I’ve tried a lot and I couldn’t solve it. What I mean by this modeling is…