Hi all
I've some knowledge in the Web development so far. I've been working with ASP.Net, CSS, JS and a little of the AJAX Control Toolkit. Since, the AJAX Toolkit needs to be install on the machine where the page is running, I have a few problems on that becuase in my job to do that we have to ask for the permisions to install it on the different enviroments: UAT & PROD.
So, I came up with the idea to use AJAX but manually. I mean, without the AJAX Control Toolkit. However, doing the development in that way I'm almost new :-(.
So far, I've implementing a little test using javascript functions to implement AJAX and all is working OK before I call the function who send the string to be process by the server. I'm getting thefollowing status in my reques: 12029 (aparentely the issue is the internet connection).
Does anyone know what would be the problem and how would be the best way to solve it?
I would like to ask the following as well:
I'm using the same ASP.net page (AjaxTest.aspx) to present the UI and to send the string by javascript.
So, Is this the best way to do that?
Please, any help or clue would be very helpful.
Thanks in advance
Regards!