What I\'m curious about, is I have a site (ASP.NET), which will display some search results. What I would like to do is load the page with search results, then have the client query my SQL database to
I am building a database dependent application using Flex-4. I would like the application to pause execution till i receive a reply from my DB (using PHP-SQL request). Flex, in its execution, even if
I have MAMP Pro installed running php 5.2.13. When I try to initialize a HTTP-Request $r = new HttpRequest(\'http://example.com/\', HttpRequest::METH_GET);
I have an aspx page containing an iFrame in it. The iFrame loads a URL online开发者_JAVA技巧 and that URL online will then automatically be redirect to another page online too. What I\'m trying to ach
I need this kind of event for the following purpose: 1 considering a standard html-form (no ajax)开发者_Go百科
I am trying to implement oAuth authentication in my desktop application. In a code example I found over the internet is like below. I guess it is ASP.Net code but I\'m using VB.Net for my project. 开发
I\'m having a strange problem here. I\'m moving a (working) site to a new apache server to which I don\'t have direct access (I have to go through two people to get stuff done).
I have a form on an HTML page that开发者_开发问答 a user needs to use to upload a file which posts to an ASPX page. In the code behind, I want to test if a file has actually been loaded.
I need a client to send a http request message to a server but I don\'t know how to do it in UDP, using http 1.1
I have created a batch file (.cmd) to perform numerous tasks when installing a web application One of the tasks I want to perform is start the web application by performing a http request to the开发者