Search Result

Collapse
8 results in 0.0045 seconds.
Keywords
Members
Tags
response
  •  

  • The Human Tangent
    started a topic Response.WriteFile & Response.Redirect
    in .NET

    Response.WriteFile & Response.Redirect

    I'm publishing a page URL
    eg mysite.com/disclaimer/someinfo
    this page shows an agreement, and if the user clicks the agree button then a PDF file is streamed as an attachment.

    The purpose of this is the user can then share this URL but anyone else following the link must also read the agreement before downloading the file. The actual file does not have a URL but is held elsewhere on the server so the only way to download...
    See more | Go to post

  • buynsell
    started a topic HttpWebRequest to login youtube

    HttpWebRequest to login youtube

    After bunch of searching on google I end up with posting new thread for help,

    I am trying to login to youtube using webRequest/Response but no success, it is returning source code which tells that "Your browser cookies disabled ..." etc.

    Attaching my code and can someone tell me the solution or if any better way to do this ?

    I know that youtube api offer these function but I've to do without...
    See more | Go to post

  • Ollie Shotton
    started a topic HTTP Server Response Headers

    HTTP Server Response Headers

    Hi i need to make a BASIC HTTP server for a project using JUST TCP/IP Sockets so please don't suggest anything that would use some of C#'s higher level networking components, Thanks =).

    Anyway my problem:

    i have created the server and it all works so far but i haven't implemented the HTTP Headers properly, if i leave out all the headers i wrote then some browsers work fine with it (can't remember which) but when i add...
    See more | Go to post

  • Calling 2 ajax update functions based upon 1 onreadystatechange

    Hi

    I am wanting to call two ajax functions which basically update and filter drop down menus, this is to be executed upon the onreadystatecha nge of one drop down menu. I have the following code;

    ajax code for executing the commands

    Code:
    var xmlhttp;
    
    function callAjax(url,str,divid)
    {
    	xmlhttp=GetXmlHttpObject();
    	if (xmlhttp==null)
    	{
    		alert ("Browser does not support
    ...
    See more | Go to post

  • How do I generate an excel file for download without writing to disk?

    I succesfuly generated an excel file and populated it with a table from an MySQL query (if anyone is interested in the code, just ask) but I'm having problems putting it for download. I can save the file to disk and the call it with response.WriteF ile(), but I can't seem to find a way to have the excel file saved to memory (RAM, not the HDD) and call it for download from there.

    I'm using VS 2005, C#, Excel Interop 11.0, and I have...
    See more | Go to post

  • jesuraja
    started a topic Redirect Page using HttpContext

    Redirect Page using HttpContext

    I am new in ASP.Net and C#.

    I have used HttpContext.Cur rent.Response.R edirect in a class file.

    Is it right? or if any problem occur by using this?

    Thanks
    See more | Go to post

  • php asynchronous call and getting response from the background job

    Hello,

    I have done some google search on this topic and couldn't find the answer to my question.

    What I want to achieve is the following:
    1. the client make an asynchronous call to a function in the server
    2. the server runs that function in the background, and the client is not hanging in the meantime
    3. the client constantly make a call to the server requesting the status of the background job...
    See more | Go to post

  • Problem with unencoded pound signs and WebRequest

    I am having trouble with a C# proxy page I am writing which allows me to do cross domain AJAX calls with Javascript.
    The problem is with certain pages that contain pound signs £ that are not HTML encoded in the source that I am trying
    to extract with the WebRequest and WebResponse objects.
    The page is using a charset of iso-8859-1 which I think is the problem as my object is using UTF-8. I have created
    two test pages...
    See more | Go to post
Working...