Web Forms :: How To Find And Concat Pdf Docs

Jan 15, 2010

I have a web-report listing links to pdf documents. The pdf docs shows up in a new page based on frames in frames. I do not have control on the page showing pdfs.

In the web-report I want to let the user select multiple docs and then send them to print on the client.

View 1 Replies


Similar Messages:

SQL Server :: Concat String With Parameter In SP

Aug 13, 2010

i have a SP

[Code]....

as you can see from the SP, i need save in some variable because i have to create a dynamic SQL query who select with an "or" or "AND" from web form parametersthe problem is concatenate the SP parameter to my query
actually, this SP returns the string : "select * from...." and not the resultset!

View 5 Replies

Using Concat Querystrings Based On Checkbox Selection?

May 5, 2010

i have a querystring like this : Comparison.aspx?id=4545&Product=foo&displaylevelname=128

it's being build by 3 hidden fields in a html tablerow based on checkbox selection.

but user can select multiple checkboxes (20) and afterwards

i need a querystring like this : Comparison.aspx?id=4545&Product=foo&displaylevelname=128;145;455;

So how do i go from :

Comparison.aspx?id=4545&Product=foo&displaylevelname=128

Comparison.aspx?id=4545&Product=foo&displaylevelname=145

Comparison.aspx?id=4545&Product=foo&displaylevelname=455

To Comparison.aspx?id=4545&Product=foo&displaylevelname=128;145;455;

View 4 Replies

Web Forms :: How To Open Word / Excel Docs In New Window

Oct 13, 2010

I'm trying to open Word & Excel docs in a new browser window. The windows opens and then closes straight away. I think I may need browser plugins. Can someone provide some advice on how I can achieve this?

Here's my code:

From calling page:

[Code]....

From new page:

[Code]....

View 1 Replies

Security :: Forms Authenication Prevent Word Docs Being Rendered

Nov 23, 2010

I have a .Net 4 web application which has a folder called "docs" which is full of Word docs on the root of the website. The words docs are linked with a gridview in my "admin" section

I only want Autheicated users to be able to renders the word docs in the doc folder. I am finding if the user logs out and they manually type in the url to the Word document it renders the file eg.

www.mydomain.com/docs/something.doc

i have tried putting this in my web.config but did not work for the Word docs. It stops the rendering of .aspx files but not .doc's

<location path="docs">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>

Is this because the .doc extension is not hadled by the .Net framework and that I need to do something to Handler Mapping in IIS7? I would prefer to put all my security setting in the web.config ideally

View 5 Replies

Web Forms :: Create / Show / Edit A Excel File - Use The Google Docs Api Or Any Dll?

Oct 30, 2010

I want create/show/edit a excel file from my asp.net application. All I want is like the working of Google docs. Is there a way I can implement it? Any dll or can i even use the google docs api for that?

View 4 Replies

Web Forms :: How To Create Printable Web Forms Using Word Or Excel Docs As A Guidline

Mar 21, 2010

I have been presented with numerous word and excel docs. The goal is to put them online and bind to a database for the fields and also to store data for easy searching and reporting.

Has anyone done anything like this before?

I know the easy solution would be to create a database table for each particula form and also an ASP.net page for each form.

But then there are problems like printing and correct formating so it fits on the page, spaning multiple pages and so on.

And also is there any advice on how to write to PDF straight from the page?

View 1 Replies

C# - Use Google Docs In Project?

Mar 1, 2011

How can i use the google docs say like wen i display a excel sheet when the user wants to view that particular sheet or document It should open in google docs how can i do that?

View 2 Replies

C# - Retrieve And Zip Up Word Docs From SQL Server

Apr 4, 2011

I have an asp.net app that uses a SQL Server 2005 database to store word documents. One of the application requirements is that when a user clicks a button, the system retrieves some number of word documents from the db, zips them up in memory and allows the user to save the zip file to disk.

Is there a zip library that provides the ability to zip up files in memory? The few that I've seen read from the file system.

View 3 Replies

DataSource Controls :: Concat Column Data In Single Row For Group Data?

Mar 5, 2010

I have made a query based upon that the output is come as follow:-

[Code]....

Output should be like this:-

[Code]....

Means we need to concat all serial no in one row itself for a single group of data.

View 5 Replies

C# - How To Display Size And Icon For Pdf And Word Docs

Oct 13, 2010

I have webpages that contain links to word documents and pdf files. For each link I want to display the file size and an icon showing what the file type is.

I'm thinking the best way to do this would be with CSS? Can anybody give me an example of how to do this?

View 1 Replies

Convert From Office Docs / PDFS To HTML

Jul 27, 2010

I am currently working on a project where I need to secure access to downloadable files. The solution I want to implement is to have two buttons next to each document. One that says Editable and the other read-only (depending on the users permission they will see one of these or both). The editable will work normally with the browser dialogue opening to say open / save the document. That is the easy part. The read-only button needs to open the document without caching anything (in temporary internet files) on the client's machine for security reasons or give the ability to save it to their local machine.

The best Idea I have for this is to convert the document to HTML on the fly and then redirect the user to this page. We can then turn caching off on the site so the HTML isn't cached (I know they can then right-click and save the HTML or copy the text,etc.. but that is deemed acceptable). Does anyone have an alternative solution than this (or have an easy way this can be achieved)? I don't want to install Office on the web server or pay heavily for a third-party tool like Aspose.

View 2 Replies

Html - Programmatically Generating Editable Word Docs?

Jun 25, 2010

The purpose is to generate proposal documents that can manually be edited in Word after the fact, but before sending them out to the customers.

Much proposal content would be drawn from existing HTML website content (backing CMS) and also some custom (non-HTML) injection for certain scenarios. Of course the conditional logic could go into server-side ASP.NET to vary the content appropriately.

I'm open to 3rd-party tools if raw manipulation of the Word API is arduous. In fact a good 3rd party tool might be the answer.

View 3 Replies

How To Make WCF Auto Generate SOAP Docs Like ASMX

Jun 7, 2010

I'm currently writing a web service using WCF in VB.NET.Previous web services I wrote used ASMX but I wanted to learn WCF and so far it's going well. I actually prefer the way WCF does things.One thing I miss however is the way that ASMX used to generate example SOAP requests and responses. It was like getting documentation for free.Is there anyway to auto generate SOAP documentation for WCF?

View 1 Replies

C# - Running Long Process: Indexing 5GB Docs With Lucene?

May 14, 2010

Situation:I have an ASP .NET application that will search through docs using Lucene. I want to run the initial indexing (the index will be incremental after the initial run so there wont be need to index the whole directory again in future). Currently, I have about 5GB of docs (45000files).Problem: My application times out before completing the process. I have altered the TimeOut like this:HttpContext.Current.Server.ScriptTimeout = 200000;but it still does not complete the process.

View 1 Replies

Web Forms :: Find Control In LoginView / Find The Controls In Code Behind?

Mar 8, 2011

I want to change the text of the user name text box which is inside a log in view on selected index chaged event of a drop down list.

this is my code:

[Code]....

but both ddl and tb are null

Anyone knows how can I find the controls in code behind?

View 1 Replies

DataSource Controls :: VS 2005 - Can't Find The 'Advanced Properties' For The XSD File - Can't Find The 'Custom Tool'?

Jan 29, 2010

I am trying to create strogly typed datasets for my project. When I right click on the xsd file that I need to generate a strongly typed dataset for I can't find the 'Advanced' properties as described in the below article (almost half way down)[URL]As I do not see the Advanced properties option I can't find the 'Custom Tool' property/option to set its value to 'MSDatasetGenerator'. Do I have to install some kind of patch on my VS 2005?

View 5 Replies

Security :: How To Find Using AD Username To Find Out Their Group

Nov 12, 2010

guess it's straightforward. On page load, i wanna check the group of which a particular belong to. Say, someADNameeckham belongs to Account. In that case, I only wanna get "Account". But I have no idea how to get the group name of a particular user belong to. It's for LAN web portal so I guess security is not a very big concern here.

View 5 Replies

Web Forms :: Find A String Between Tag

Sep 27, 2010

i have a string contain:

kasjbdfkjasbdf klsajdfl
ajbfk <html> ... </html> ksadfksadfwie...

now i wnat to find string beetwen <html> tag (with regex)

View 1 Replies

Web Forms :: Find The HtmlAnchor Tag Id From C#?

Jan 3, 2011

I want to get the Id of the Anchor tag using FindControl like this HtmlAnchor Anchor = (HtmlAnchor)Master.FindControl("A"); But i cant able to get the htmlanchor Tag ID. I am getting Null Result.

View 3 Replies

Web Forms :: Find Tag From Code Behind?

Feb 8, 2011

I need to find a <li> tag and make it visible false from code behind on Page Load.

View 5 Replies

Web Forms :: Find Control By Its Id?

Jan 27, 2011

i have AccordianPane containing several Panes

each pane containing a table with multiple Textbxoes,lables

at runtime i want to find controls by its id's

for this i tried using

Control ctrl = this.FindControl(id);

but its not working as all the control id's are getting modified with "ctrl" prefix textbox with id "txtName2" modified to "ctrl9_txtName2"

how can i get the exact control by the id's like

View 6 Replies

Web Forms :: How To Find GPS Location

May 7, 2015

I want to implement the gps location in asp.net how can I do it ??

View 1 Replies

Web Forms :: How To Find RTF View Control

Nov 1, 2010

I need some control to view "rich text format" text (i mean .rtf file).

View 1 Replies

Web Forms :: Where To Find Location Of File

May 2, 2010

the location in this if statement is where? I mean what can be the location where can I find the location of this file?

if (File.Exists(Server.MapPath("~/Elina/" + url + ".ascx")))
{
ElinaUserControl elinaPage = LoadControl("~/Elina/" + url + ".ascx") as ElinaUserControl;
MasterPageFile = elinaPage.MasterPage;
m = this.Master;
while (m.Master != null)
{
m = m.Master;
}
if (m.FindControl("Form1") != null && WebConstants.IsChangeFormAction)
((SmartForm)m.FindControl("Form1")).Action = UrlHelper.ElinaURL() + url;
page = elinaPage;
}
else
{
throw new HttpException(404, Request.Path);
}
}

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved