Browse by Tags

Related Posts

  • PDF streaming in IFRAME not working in Firefox

    Hi everybody! I want to display a PDF document embedded in a web site. I'm using an IFRAME for this which has an ASPX as source. This ASPX is streaming the PDF using the well-known schema: Response.Buffer = true ; Response.Clear(); Response.ClearContent(); Response.ClearHeaders(); Response.ContentType...
    Posted to Web Forms (Forum) by renemt on 05-25-2007, 12:00 AM
    Filed under: headers, streaming, PDF, iFrame
  • Convert table object to string (ajax)

    I want to make some ajax control and for that I need table as result. Everything works fine if I write Response.Write("<table><tr><td>.." ) but when I create Table object and fill it with rows and cells I can’t get it in text stream format. When I use ToString method form...
    Posted to Web Forms (Forum) by zivko on 06-06-2007, 12:00 AM
    Filed under: Table object, ajax, String, streaming
  • About Strings..

    I friends! Now I have a Question abaut my week problem :) If I have a string in binary.....Can I search into this string a part of original string? for example: I have in a table (of a DataBase) a string in binary... (because the size is > 8000 characters) if I want know that the original string have...
    Posted to Web Forms (Forum) by SuperSpike on 07-20-2007, 12:00 AM
    Filed under: ASP.NET 1.x, ASP.NET, Web Controls, ASP.NET 2.0, asp.NET 2.0 C#, ASP.NET 2.0 C# UserControl Parent MasterPage, asp.NET 2.0 C# response preformance tuning, Web Forms, ASP.NET 2.0 VB.NET, ASP.NET 1.1, asp.NET 2.0 C# postdata web user control, WebResource.axd Exception asp.net 2.0, ASP.NET 2.0 bug, Binding eval DataBind DataBinding, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, Webforms, WebForm_RemoveClassName, Web Parts, string format bind eval, webform JavaScript Session, webform, ASP.Net profile, Word, asp.net 1.1 user control, WebUserControl, asp:FileUpload, ASP.NET Futures, asp to asp.net, asp .net TreeView, streaming, asp.net 1.1 external process, webform asp.net, binary, sql, WebResource, vb.net .net aspx button enable web page redirect, Web User Controls, WebForm_PostBackOptions wizard control
  • Re: Convert video files(.wmv or .avi) to flash movie file(.flv) using ASP .NET

    I have also the same utility ffmpeg.exe to file conversion but i have one problem is that i have to first save the uploaded video file at Application Web Server and then convert it into flv and then save at Flash Media Server(located at different location) so that they can play through streaming later...
    Posted to Getting Started (Forum) by Ahmish on 01-10-2008, 12:00 AM
    Filed under: ffmpeg, Flash Media Server, streaming, conversion, uploading
  • Playing 3gp video file in web form...

    hi i am building a web application where user can see 3gp videos on web page... but i don't know what control i should use for 3gp video file playing... BTW: a web service provide byte[] of 3gp video by id i need to play it in the web page... can anyone help
    Posted to HttpHandlers and HttpModules (Forum) by russell786 on 03-02-2008, 12:00 AM
    Filed under: asp.net 2.0, HTTP Handlers, video, streaming, 3gp
  • MP3 download web site

    Hi, I am doing an web site for users to purchase speeches in the form of mp3. My question may be not directly related to Asp.Net but any inputs are much appreciated I want to make sure the user who bought the mp3 can only use it. I want to restrict the mp3 usage to only the downloading machine or some...
    Posted to Free For All (Forum) by anzer on 03-06-2008, 12:00 AM
    Filed under: security, streaming, mp3
  • streaming a webpage with encoding

    Hi, i am trying to stream a webpage. Everything works fine but some characters are streamed as "��" . How can i set the transfer encoding ? I used this code to stream Using s As System.IO.Stream = wclient.OpenRead( Me .TextBox1.Text) Dim sReader As New System.IO.StreamReader(s) htmlText = sReader...
    Posted to Web Forms (Forum) by bilencekic on 05-22-2008, 12:00 AM
    Filed under: streaming, encoding
  • Re: How to download a File Stream other than a File

    Well the obvious optimization is to not create a zip file at all, but just create the zip in memory, via streams. Using something like DotNetZip ( http://www.codeplex.com/DotNetZip ) you can create zip files that just get written to a stream. So there is no file i/o required at all. The output stream...
    Posted to Web Forms (Forum) by cheeso on 06-04-2008, 12:00 AM
    Filed under: streaming, outputstream, .ASPX, Zip
  • Re: Large file download

    I've been trying to deal with this downloading ilarge files issue for a while. i find chunk streaming works well.. but my issue is with IsClientConnected, which i find doesn't work at all. If I monitor my server, via taskmanager, i can plainly see that after i interrupt the request for transmitted...
    Posted to HttpHandlers and HttpModules (Forum) by Behold101 on 07-11-2008, 12:00 AM
    Filed under: streaming, IsClientConnected
Page 1 of 1 (9 items)