I m putting link to pdf file , on click which should open in same or other page and that pdf file should be visible on the page, how to do this,
on givin link of pdf file it's directly showing download dialouge ...
Search Result
Collapse
10 results in 0.0014 seconds.
Keywords
Members
Tags
-
how to show pdf file on aspx page without save option?
-
Why can't I run ASP in SharePoint 2007?
I have an ASP page that generates XML after querying an MS Access Datbase. But when I upload it to a SharePoint 2007 server, I am not allowed to upload .asp files. So I named it .aspx and uploaded it successfully. When hitting the .aspx page I just uploaded, I get an ERROR page:
What can I do to make it work? Will I have to convert my classic ASP code to ASP .NET code? If so, can someone help me convert...Last edited by Frinavale; Sep 23 '11, 02:16 PM. -
Windows Media Player Components
Is there any possibillity that when I first run on my pc Windows Media Player after prompt configuration begin install asp, aspx, asp .net components, libraries, and drivers? -
Web Application - Page cannot be displayed (intermittent issue)
Hi
i have created an application for use for 15 people. Where they can update their comments/actions taken on a particular order or request.
The app is a VB Asp.net WebApplication created in Visual Studio 2008.
i am using IIS on Windows XP Professional to host the application.
My problem is, the users face intermittent issues with "Web Page cannot be displayed". (The system im... -
RajeshPune started a topic How to export results in aspx sheet to Excel without installing Excel on server?in ASP .NETHow to export results in aspx sheet to Excel without installing Excel on server?
We are deveopingawebis te in asp.net. There are tempelates of each aspx page made in the form of excel sheet. Upon completion of the online calculation, the user is to be allowed to export the results to excel and save them. There would be obviously no formulae in such sheet
I do not want to install Excel on theserver and instead want to utilize the Excel installed on the user's computer for this purpose as every user's computer is expected... -
Trying to read a .aspx page with php
http://www.scgov.net/911/911Agreement.as px
Hello All,
I'm trying to crawl through the recent 911 calls on this site, however it requires clicking through an 'I Agree'. Is there anyway to do this in php. Specifically where I could pull up the following page using a script?
thanks. -
Open a webpage inside a MS Access Form
Hi guys. I am developing a Silverlight application for a client. Currently the application opens in a blank aspx page.
The client's requirement are a little different, but they have good reason: they need to open the web page INSIDE a MS Access form.
Not being an expert on Access at all, is there a control I can use to open a web page inside the form? Something like a web browser control?
Thanks,... -
How do I Access a Datalist Item Variable via ASPX?
Here's my .aspx code.
...Code:<asp:DataList ID="DataList1" runat="server" RepeatLayout="Flow" RepeatDirection="Horizontal"> <ItemTemplate> <tr class="<%# Eval("TRClass") %>"> <td> <div class="member_dir">Last edited by Frinavale; Apr 7 '10, 07:51 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
Parse Server Variable
I have a server variable that is being called from an aspx page in a WSS site. I need to find a way to remove part of the variable before passing it to the URL. The server variable is LOGON_USER... TIA -
WPF custom control on aspx
Hi,
I am trying to use a wpf custom control (that I created seperately, simple hello world, with no UI) on a web page (.aspx) in a web application. Is it possible to use a wpf custom control like that? If yes, how? If I simply add the dll of compiled custom control as reference, and try to create object, it gives me error " The calling thread must be STA, because many UI components require this." So, there must be more detail...