Search

You searched for the word(s): userid:659898

Matching Posts

  • Re: HttpWebRequest

    It works now thank you But it is Odd !! , I never thought that is the way to add webform to a HttpWebRequest !! Thank you
    Posted to Web Forms (Forum) by zaidqais on 10/4/2008
  • Re: HttpWebRequest

    It works now thank you But it is Odd !! , I never thought that is the way to add webform to a HttpWebRequest !! Thank you
    Posted to Web Forms (Forum) by zaidqais on 10/4/2008
  • Re: HttpWebRequest

    HI Really I didn't get I will try to be more clear here is the request header POST /poll.php?action=vote&id=10 HTTP/1.0 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/x-silverlight, application/x-silverlight-2-b2, */* Referer: http://www.almuraba.net Accept-Language: en-us Content-Type: application/x-www-form-urlencoded Connection: Keep-Alive User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727) Host
    Posted to Web Forms (Forum) by zaidqais on 10/4/2008
  • HttpWebRequest

    Hi I have a HttpWebRequest object and i want to send WebRequest to a website but the problem is i want to send request (POST) with dataforms I know how to add the headers to the request but i don't know how to add data forms to the request can you help me please Thank you
    Posted to Web Forms (Forum) by zaidqais on 10/4/2008
  • Re: Request JPEG

    Thank you it works now
    Posted to Web Forms (Forum) by zaidqais on 8/9/2008
  • Re: Request JPEG

    First thank you for answering me Second , I tried the code you gave me but the problem when i try to intliaze the byte array byte [] buffer = new byte [st.Length]; i faced with error : This stream does not support seek operations can you please help me to fix this the error ? Thank you
    Posted to Web Forms (Forum) by zaidqais on 8/8/2008
  • Request JPEG

    Hi I have a page Test.aspx I tried to use the request object to request a jpeg image on the server and and view that image in my page Here is the code : using System.Net ; using System.IO; ---------------- Response.ContentType = "image/jpeg" ; WebRequest request = WebRequest.Create( "http: //localhost:1107/Copy of Winter.jpg"); request.Method = " GET "; HttpWebResponse response = (HttpWebResponse)request.GetResponse(); Stream st = response.GetResponseStream(); StreamReader
    Posted to Web Forms (Forum) by zaidqais on 8/8/2008
  • Re: Download .Net Framework Source Code

    Thank you so much
    Posted to Getting Started (Forum) by zaidqais on 6/26/2008
  • Download .Net Framework Source Code

    Hi How can I Download .Net Framework Source Code in an away make able to view it in notepad ( Like Java Source Code ) Thank you
    Posted to Getting Started (Forum) by zaidqais on 6/25/2008
  • Re: HTML form and ASP.NET

    It works ... Thank you
    Posted to Web Forms (Forum) by zaidqais on 6/18/2008
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last ยป