Posts by Will • 55 points
4 posts
-
0
votes6
answers2938
viewsA: I can’t get the value of an Asp:hiddenField in c#, it’s always empty
One of the reasons why it may be losing value when passed to Cs is because of runat="server" with this tag it loses value even at each post. Try to remove the runat and fetch the value by…
-
1
votes3
answers3055
viewsA: Web service in javascript
Stayed like this: function consultacep() { cep = DSCEP.GetText() cep = cep.replace(/\D/g, "") url = "http://cep.republicavirtual.com.br/web_cep.php?cep=" + cep +…
-
3
votes3
answers3055
viewsQ: Web service in javascript
How to consume a Web Service by javascript using Visual Studio? I did a search and found a way to perform with Jquery but never used this before. I need to consume this Web Service to search for…
-
1
votes1
answer135
viewsQ: Function Javascript Error Frame
How I Seto an error frame in a Textbox through a javascript function?