Tagged Questions
1
vote
1answer
162 views
uploaded file content preview
In my asp.net web application i want a third party file content preview tool,by using that tool i will show the uploaded files(like jpg or tiff or xls or pdf or txt or doc)
protected void ...
0
votes
1answer
221 views
how do I generate preview image based on first page of a PDF or PPT/PPTX or DOC/DOCX in ASP.NET C#
I have read all references and haven't found a solution on it.
Is there any 3rd-party component in .NET available for doing such a job? such as converting documents (doc, pdf, ppt, xls....) into ...
0
votes
1answer
246 views
How will Websockets and Async Http methods and handlers help in asp.net webpages
From the developer preview What’s New for ASP.NET 4.5 and Web Development it seems we get to use Websockets and Async Http methods,Handlers
What significance do these provide for a web developer ...
0
votes
2answers
820 views
PDF asp.net Preview
Does anyone know of any way that we can preview pdf documents in a asp.net web application, preferably on a mouse over event? This may involve some javascript to complete but any control that would ...
2
votes
1answer
386 views
File preview for web
We have a document library in our CRM system with ability to upload/download files of any type. I wonder if there is any third-party library, that can help us to build file-preview mechanism. In other ...
0
votes
1answer
905 views
Google/Bing-esque page preview tool
I need to add this kind of feature to a site that will "preview" a page when hovering over a link, similar to how Google and Bing handle it. The difference here is that this link doesn't open a new ...
2
votes
1answer
509 views
Create 30 second preview of an MP3 file
I'm looking for a way of automatically creating a 30 second preview file of an MP3 when it is uploaded through my ASP.NET Web Application.
I want this to work similar to last.fm or iTunes where you ...
0
votes
5answers
669 views
How to preview a html file in another tab/window without saving it on disk?
Hy,
In my application I store a string as content of a html file.
How can I preview this content (assuming that it's modified from original content) in browser but not having to save it to disk ...
0
votes
2answers
523 views
How can I preview html file in another window?
Hy,
In my application I store a html code in a string, for example:
string myHtml = "<html><body><input type ='text' value='hello'/></body></html>";
How can I preview ...
2
votes
3answers
3k views
Image Upload Preview in Update Panel
In my asp.net page I have an image upload control where users can upload there profile photo. what I want is when user browse his/her photo an immediate preview should displayed. Is there any ajax ...
0
votes
1answer
238 views
Text preview in VB.net
I'm looking for a way to mirror text (like how Stack Overflow provides a preview of the text being entered, as it's being typed). I also need to be able to modify the texts output environment (whether ...
