Dynamic PDF And Accessible Via .net

Feb 5, 2011

I have been doing dynamic PDF creation via ASP.net for some time -- in the form of HTML to PDF conversion. It works well for us, but we have accessibility requirements from the State to make everything is accessible. For static PDFs, we simply "tag" the files manually using Adobe's accessibility tools. Of course this does not work for dynamically created files. PDFs that I create dynamically fail the Acrobat Pro Accessibility test.

want to create PDFs dynamically in ASP.net, but producing PDFs that are tagged and can pass the Adobe Accessiblity test? I have researched many components, but none that I have found support tagging.

View 2 Replies


Similar Messages:

The Database 'DB Name' Is Not Accessible?

Jun 13, 2010

I am getting following error each time I tried to select database. The database 'DB Name' is not accessible. (Microsoft.SqlServer.Express.ObjectExplorer)

Note: My OS is Win Vista.

When I tried to open SQL Mgmt Studio as Run as administrator than I can able to access database properly.

why it is giving error.

I am also getting following error when my asp.net application is trying to access database.

Cannot open database "DBName" requested by the login. The login failed. Login failed for user 'PCNameabcd'.

I am not very good with SQL Server, how to create user and grant them permission in case that is what causing the problem.

View 2 Replies

Application Accessible To Other Machines?

Mar 30, 2011

I have application..its runnning on my localhost.. i need one more machine to access that application.. but when in tht link i type my IP address instead of localhost.. it showing cannot find server.. in orderr to access appplication to other machine.. as such there is no UAT server as of now...

View 2 Replies

SQL Server Was Not Found Or Not Accessible?

Mar 25, 2011

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

View 2 Replies

Web Service Not Accessible From Client?

Aug 11, 2010

I have developed a WCF .NET web service. It has evolved from a console application, hence some shortcuts were taken in VS 2008 rather than establishing the project from scratch as a WCF Web Service.

View 4 Replies

Controls Are Not Accessible In Code Behind?

Dec 7, 2010

I have a page that i created a few weeks back.. had a few controls on the page.. everything worked and works great. Now this past week we had to me some changes to the page, adding a few more controls to the page.. the issue is that now, all the new controls.. (standard .net controls within VS2008) are not accessible from the code behind..

Example, if i add a textbox today to the page.. when i go to the code behind and begin to type textbox1. intellesense doesnt do anything.. and if i complete the line i get a wavy line under it..

In order to gain access to the textbox i have to add this to the code behind

protected Textbox textbox1;

View 13 Replies

Third Tab Panel Is Not Accessible In Ajax Tab Container

Aug 23, 2010

I have an ajax tab container in an aspx page. Earlier I had 2 tab panels in the tab cotnainer. Now I want to add third tab panel. I could add the third panel but I am able to access the third panel, i.e. When I click on third panel, the panel is not shown(I didnt even get the handy cursor when i place the cursor on the third tab panel name).

View 1 Replies

C# Publicly Accessible Functions In Namespace?

Aug 27, 2010

In my namespace I can have public classes which are accessible to all other pages in my namespace. How do I go about having public functions? Do I have to create a class with the functions in it? Or is there an easier way?

View 3 Replies

Building Accessible Websites Using Web Standards

Feb 15, 2011

I read a white paper on Building ASP.NET 2.0 Web Sites Using Web Standards from the following site.

[URL]

It also mentions "The source code for this sample Web site is included with this whitepaper". However, this is no where to be found.

View 3 Replies

Web Forms :: Value Of The Textbox Is Accessible During Page_Iniit?

Apr 1, 2010

lets say I have the following code:

[Code]....

So - to start with textbox1.text is set to 1. But - If I do a postback, the value of textbox is lost - it's just empty. I need to pick up the value of the textbox during "DoThis()" but it only works the first time round.

Surely the value of the textbox is accessible during Page_Iniit?

I'm doing somehting stupid here.

(And BTW - I have to call DoThis from page_Init as that method also adds other controls to the page but I need to get this code working first)/

View 14 Replies

Web Forms :: Code Behind Of Control Not Accessible

Jan 4, 2010

i'm using VS2005 and when i drag and drop an image button, i can't access it from code behind. the following is an example of an unaccessible imagebutton

[Code]....

View 5 Replies

Server Control Not Accessible In Code-behind?

Apr 16, 2013

I have a web page that I am converting from classic ASP to ASP.Net. There are a bunch of "Select" controls (DropDown Boxes) that I am changing to DropDownList controls. I have set the "runat='server'" in all of these controls. However, when I go to the code-behind, they are not visible/accessible. I have tried to "clean" the solution and rebuild it and the controls still won't show.

View 19 Replies

MVC :: ViewData (Title) Accessible Only Current View?

Oct 26, 2010

ViewData["Title"] is accessible only the current view? or it is possible to access other views also?

View 4 Replies

Session Value Assigned In On_Load Not Accessible In .aspx?

Dec 21, 2010

On Default.aspx.vb page under on_load sub I'm setting a value on Session() but, if I try to access the same value on Default.aspx, it shows as empty. Here is the code:

in default.aspx.vb

Session("id_group") = GroupInfo(1)
LabelUser.Text = Session("id_group")[code]...

I'm able to print the value from default.aspx.vb but not from default.aspx

View 1 Replies

Make SQL Server 2005 Accessible Via Internet?

Mar 23, 2010

I have an application that runs on a client's server built on a SQL Server 2005 database.We have now developed an ASP.NET v2 application which connects to this database. This web application will be hosted on an ISP's server but needs to access the SQL Server database on the client's server.

The client's server has a firewall and so forth so I assume it should be possible to make the SQL Server accessible via the Internet but of course I am woriied about security. Can someone point me to some best practices to achieve this.

View 2 Replies

DataSource Controls :: The Server Was Not Found Or Was Not Accessible?

Jun 10, 2010

I'm getting this error when trying to connect to SqlServer:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.

(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)


A few points:All was working well 6 hrs before, and I didn't change anything.I get the error anytime I try to connect to a local database (not remote, but I tried anyway to allow remote connections and here's a screenshot of what I get - there's nothing there:

http://www.zumodrive.com/share/5OKBNDg0OT)Screenshot of trying to configure SqlDataSource control:
http://www.zumodrive.com/share/5OJEYmVhMm
Screenshot of trying to connect in Sql Server Management Studio:
http://www.zumodrive.com/share/5OJINGQ2MG

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

View 4 Replies

Overload Resolution Failed Because No Accessible DrawImage?

Feb 2, 2011

After looking at about 200 examples on this and other sides, I combined several pieces of code that I found and created one to upload an image, give it a random name, verify that a file with that same names doesn't already exists on the server, resize the image 3 different ways; one keeping aspect ratio and two square thumbnails; and save them to different folders in the server. This is the code:

[Code]....

I'm getting an error on line 95 and 112:

MediumGraphic.DrawImage(Original_Image, MediumRectangle, xm, ym, am, am, GraphicsUnit.Pixel)

I get the error on intellisense: Overload resolution failed because no accessible DrawImage can be called without a narrowing conversion. ..... Argument matching parameter 'srcX' narrows from 'Double' to Inter... narrows from 'Double' to 'Single'.

View 5 Replies

C# - Controls In A Telerik Control Not Accessible From .cs File?

Oct 28, 2010

I am using telerik controls in my c# asp.net project. I am trying to disable a div in a telerik navigation menu from the .cs file. For example:

if (Emp_Role == "1" || Emp_Role == "5")
{
DivLeave.Visible = true;
}

I try run the project I get this error:

CS0103: The name 'DivLeave' does not exist in the current context

Here is an example of the aspx code

<telerik:RadMenu runat="server" ID="RadMenu1" Skin="Sitefinity" OnClientItemOpened="itemOpened"
Width="670px" Height="26px" EnableShadows="true">
<Items>
<telerik:RadMenuItem Text="Expenses" PostBack="false">
<Items>
<telerik:RadMenuItem CssClass="Stores" Width="640px">
ItemTemplate>
<div id="DivLeave" class="Wrapper">
<h3>
Expense Management</h3>
</div>

If I place the div outside the telerik control it works fine.

View 2 Replies

AJAX :: Image Behind Modal Popup Is Accessible?

Feb 25, 2010

I am using master page, and there is an image on top

<div
id="header"><a
href="http://www.google.com"><img
src="image.jpg"
alt="abc"
style
="border :0px; height :80px;"
/></a></div>

There is content page where I have grid, when I click on it, I am displaying modal popup. Everything works fine. The only problem is: I have close button on top of the modal popup window. If modal displays on top of the image, and if I click on close button, then close button event will not fire, insted it redirect to google.com. All other controls besides image are not accessible. If image is not behind of modal (if I scroll down the page), then close button event works fine.

View 2 Replies

C# - Particular Information Accessible At Masterpage, Page And Usercontrol?

May 6, 2010

I'm fetching some settings out of the database based on a value passed from a query string. Out of these settings, a few will be used in master page, few on my Page and few in my user control (say login control which is a web user control).I've an entity class MySetting for it and there is a method in my data access layer which returns me an instance of MySetting when I pass the value I got in query string.

I don't want to fetch settings from the database multiple times for one request. I'm using asp.net web forms with C# and sql server.

View 1 Replies

Installation :: Intranet Database Application Not Accessible?

Feb 6, 2010

I have created an ASP.NET database application using SQL Server express on one of my home network PC's. I can access SQL Server Express from the other PC's (using SQL Server Authentication) so I know it is set up ok for network access. I can run the web site on the host PC under IIS & everything works ok.

When I try to access the application from another PC using http://192.168.0.8/TestApp/Default.aspx it is not available. I can ping 192.168.0.8 & it is accessible.

why I can not view the web site from another PC on the network?

View 2 Replies

Web Forms :: Page Is Accessible Even After User Has Logged Out?

Jan 8, 2012

I have not worked much on sessions and cookies.

Even after user has logged out if user moves back the page is still accessible.Though i have looged out and clear the session at logout linkbutton.

View 1 Replies

Configuration :: Network Printer Is Not Accessible In Published Pages?

Apr 13, 2010

I am using third party component for printing purposes (Combit list and label). There is dll which has function for printing. (means it suppresses the print dialgue box and have information embedded in a file about the printer location). The printer is shared printer and attached to machine which is different from the development machine. Now the printing from this printer works fine during debugging. But when I publish the pages in virtual directory and then executing the application does not print. (pages are also published on the development machine).

View 3 Replies

Parent Page Class Not Accessible From Custom Control?

Jan 21, 2010

1) I've page class public partial class MyDelivery : System.Web.UI.Page

2) ASCX is in different subfolder public partial class MyControls_Hello_Bye : System.Web.UI.UserControl

I am unable to access #1 parent page class from control

View 2 Replies

CodeBehind Class Not Accessible To Code In App_Code Folder?

Jan 31, 2010

I have a PlannerShiftView user control in the root folder of my ASP.NET web site. In my App_Code folder, I have a ShiftViewTemplate class that needs to instantiate a PlannerShiftView (for a TemplateField in a GridView). The problem is, the following code doesn't compile because the PlannerShiftView type is not available in what I deem to be the App_Code 'phantom namespace'.

Please can somebody explain to be what is happening here, as well as what to do. I know I can just move the ShiftViewTemplate out of App_Code, going against convention and without explantion, but that is something of a hollow victory.

View 1 Replies







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