Posts by Gleyson Silva • 429 points
57 posts
-
1
votes0
answers90
viewsQ: consume the webservice in WCF with ajax
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <form id="form1"> <div class="jumbotron"> <input type="text"…
-
0
votes0
answers29
viewsQ: consume asmx with ajax(outside the webservice layer)
in my Solution I have several layers and one of them is the webservice, all pages that consume the webservice and are in the webservice layer work, but put in another layer of error in javascript.…
-
1
votes1
answer66
viewsQ: asmx authentication
I have an asmx webservice that contains functions of Insert, delete, update, select, I am consuming it via ajax, because my application cannot work on the server side. My question is how can I…
-
0
votes1
answer224
viewsQ: Authenticate with Session Storage
I have a login screen, where if the user logs in a Sesssion Log with the necessary information, I also saw how I can read this saved information, but how do I open a page through the URL to check if…
-
0
votes0
answers203
viewsQ: html page authentication
Worked with Webforms in visual studio, but now I will work with HTML, css, javascript I will consume a webservice with ajax, so all programming will be on the client side there will be no…
-
1
votes1
answer43
viewsQ: Ajax problem while consuming asmx
When trying to consume asxm webservice it returns unfenined when trying to call the myData.id field, however the date result. d returns the webservice values correctly. $.ajax({ type: "POST", url:…
-
1
votes1
answer56
viewsQ: increment field with lambda
I need to insert an increment into a field that is the primary key of a table, but need to be selected by one more field and does not work, if use only with the primary key works. But I need to pass…