Posts by Samuel Phellip • 254 points
9 posts
-
1
votes3
answers184
viewsQ: Return BD values via ajax
I have a screen where I must popular with database values using ajax. When I click on the button to fill the fields the following error appears: Failed to load Resource: the server responded with a…
-
1
votes0
answers49
viewsQ: Link sends null array
I have a search screen and need to send a parameter as array, this part was quiet, the big problem is that this screen is paged, so in the page change links I put to send this parameter, but it is…
-
0
votes1
answer124
viewsQ: Send array to controller via Ajax.Beginform and update Partialview
Good morning guys, I have a search screen where I list several values according to the user filter. I use Ajax.Beginform to update the table, but now I need to send an array, the user will be able…
-
4
votes2
answers483
viewsQ: Validation of two fields with jQuery.validate and Dataannotations
Good afternoon, you guys, Next, I need to validate if one of two fields is filled, I tried to create an Attribute function with Validationattribute but not correctly validated, I think…
-
0
votes0
answers45
viewsQ: Ajax redirects to url
Good morning guys, I’m having a little problem, I imagine it’s simple, but I can’t seem to solve it. Next, I have to upload a profile photo of the user, the code is working beauty: JAVASCRIPT…
-
1
votes1
answer616
viewsQ: Modify table Aspnetuserclaims Asp.net Identity
Good morning, I have a little logic problem with identity. I need to create an access screen and would like to use the table Claim already made available by it. The big problem is that the table…
-
2
votes2
answers194
viewsA: Schedule of commitments using fetchAll(PDO::FETCH_NAMED)
Good night, Here is an example of how you will redeem the values. foreach ($array as $value) { //$value se tornará um array $a = $value["item"]; } There’s a beast in there!…
-
9
votes1
answer1372
viewsQ: Pass two templates to a sign-up view
I have a login registration screen. I have to fill it with values registered in the database. Follows the codes: Models: public partial class Aba {…
-
4
votes1
answer302
viewsQ: Problem with left Join using Entity framework
I’m having a problem performing a left Join on Asp.net mvc. I own a view that lists all screens of the system, the same are registered in the database. I created a table of type (tab), screen and…