Web Forms :: Accessing Window Control Library .dll From .aspx Page (ActiveX)

Oct 29, 2010

I have a control in a 'window control library' which handles - 'drag and drop' files from computer to a listbox control, I then reference this .dll in .aspx (See code below). Now, when i try to access this through webserver for drag
and drop files i get following errror - The type of the first permission that failed was : System.Security.Permission.FileIOPermission.

How do I handle this, so that drag and drop of files can happen over the webpage residing at webserver.



namespace testWinControl1

View 1 Replies


Similar Messages:

Forms Data Controls :: Accessing 'Window Control Library' .dll From A .aspx Page On Webserver

Oct 18, 2010

Accessing 'Window Control Library' .dll from a .aspx page on webserver

View 2 Replies

Web Forms :: Accessing Window Control Library / Get Errror - The Type Of The First Permission  that Failed?

Nov 1, 2010

I have a control in a 'window control library' which handles - 'drag and drop' files from computer to a listbox control, I then reference this .dll in .aspx (See code below). Now, when i try to access this through webserver for drag and drop files i get following errror - The type of the first permission that failed was :

System.Security.Permission.FileIOPermission.

How do I handle this, so that drag and drop of files can happen over the webpage residing at webserver.

namespace testWinControl1

View 3 Replies

Web Forms :: Accessing A Controls On A User Control From .aspx Page

Mar 3, 2010

I am working on a page called Edit.aspx and on that page is a User Control.

Note: I need to access the User Control from a button that is on the Edit Page. Once I get a handle of the User Control then I need to access a DataList on that user control and finally I need to get the ID of a dropDownList
on the User Control

This is all the code I have,Goal: From the Edit page I want to drill backwards to the UserControl/DataList/DropDownList

'Geting the user control

Dim ctrl2 As UC_SiteTemplate2 = CType(Page.LoadControl("~/UC/SiteTemplate2.ascx"), UC_SiteTemplate2)

'accessing drop down list from user control

Dim xListNumber1 As DropDownList = New DropDownList()
xListNumber1 = ctrl2.FindControl("DDLOrderList1")

View 6 Replies

Web Forms :: Accessing User Control Property Value Across 2 Aspx Page?

Dec 20, 2010

There is one user control say uControl.ascx. This has a public property Message. There are 2 aspx pages Default.aspx and Home.aspx which has the user control uControl.ascx. When a sumit button from Default.aspx is clicked some action takes place and the value for Message is set and then execution is redirected to Home.aspx. In Home.aspx the value for Message is lost.

Is there anyways that the value of Message is retained for both the aspx pages?

View 11 Replies

C# - Accessing Control On Page A.ASPX From A WEBUSERCONTROL.ASCX?

Feb 2, 2011

How can I access a control on page a.aspx from a webusercontrol.ascx

I do not know the technical term used to describe this, if any,the webusercontrol.ascx page contains a button.

onclick of the button, placeholder on main page must display the "required content".

if this were on the same page no problem.

but how to access across pages?

View 1 Replies

ActiveX Control Works In HTML, But Not (quite) In ASPX. What's The Difference

Mar 23, 2011

I'm trying to use a third-party ActiveX control on our intranet ASP.NET site, and I've run into a problem I can't figure out.

Expected behavior: The control expects to see a specific variable in the URL ("msg"). If you provide it, it works. If you don't provide it, it complains that the value is missing.

If I put the control in an HTML page, it works fine. But if I then change the page's type to aspx, the control acts as if the variable isn't there. The control still loads and runs; I'm not getting any permission or safety messages. But it complains that "msg" wasn't provided on the URL.

In other words, if I try these URLs, the first one works fine; the second one gives me the "you didn't provide the msg parameter" complaint:

(works fine)
http://mysite.mydomain.com/controltest/test.html?msg=123

(complains)
http://mysite.mydomain.com/controltest/test.aspx?msg=123

I know the aspx version is being processed by the server before being sent to the client, but there aren't any server-side commands or tags (it's the same file, just copied and renamed). As far as I can tell, the resulting page that is sent to the client is exactly the same.

Is there something about aspx vs html that would cause the control to not be able to get that variable? I can see it fine from javascript that I add myself. Here's the content of the page. Not much to it. If I get this working I intend to add some aspx tags and code, but there's no point yet.

<html>
<head>
<title>
ActiveX Control Test
</title>
</head>
<body>
<OBJECT ID="control1" CLASSID="..." CODEBASE="..." >
</body>
</html>

View 1 Replies

Configuration :: How To Give Full Trust To Activex Control By Programmaticallytrust To Activex

Jul 30, 2010

Currently I have written the Activex Control for RFID USB reader and calling that one in ASP.NET web application. The Activex Control is working fine when I will give the full trust permission for particular IIS URL in

1. Open Control Panel > Administrative Tools > .NET Framework 2.0 Configuration

2. Expand Runtime Security Policy > Machine > Code Groups > All_Code

3. Right Click All_Code and click New...

4. Create a new code group, I named mine MyProject_FullTrust_Zone

5. Choose the URL condition type and specify the path on the network where the apps will be deployed.

6. Choose Use Existing permission set, and set it to Full Trust.


Alternative way of giving permission for an Activex Control is

1. Open Visual Studio Command Prompt

2. Run the command caspol -machine -addgroup 1. -site <ip address> FullTrust Doing this it works fine.

Whenever my web site will open, it will ask the user to give permission for the Activex Control using Allow or Cancel Button in browser. This type of functionality I have seen some web site which takes input from the user to allow the ActiveX Control.

View 1 Replies

MochaUI Window Loading ASPX Page In Iframe And Communicating With Window

Dec 17, 2010

I am hoping someone has experience with this, but I am loading a window from a link on my main page. The window loads an ASPX page via the window's loadmethod of iFrame. The aspx page has its own update panel on it and I was wondering how I can call the window's "spinner" / process indicator while the page is processing. I have looked at the documentation on some online information about it but I am not sure how to implement it.

View 1 Replies

Web Forms :: Accessing Master Page's Body Tag From Aspx Page That Is Not A Content Page

Jan 8, 2011

I am using Master page and Content page combination.But how can i access <body> tag and it's event (onload, onunload) of Master page in .aspx page that is not a content page.

View 12 Replies

Accessing ActiveX Method From C#?

Jul 5, 2010

I have written an activex user control to get an image from a user's clipboard. I have a method to get the byte stream for this image. I want to embed this into a asp.net webforms page (C#).

I am not sure how to call this method from the "code behind" portion of the asp.net page by using c#. I am not able to access the object from the "code behind" portion.

I am trying to accompish this by using Javascript but I keep getting the error:

Microsoft JScript runtime error: 'ScreenCapMod1' is undefined

This is the HTML code:

<div id="panelScn" style="height:258px;">
<object id="ScreenCapMod1" name="ScreenCapMod1" height="812" width="689"
classid="ScreencaptureActiveX.dll#Screencapture_ActiveX.ScreenCapModule">
</object>

[Code]....

View 1 Replies

Web Forms :: Accessing Textbox In Parent Window From Popup Window

Feb 15, 2011

I am using a master page in my project. I opened a popup window from content page. What I want to do is, when I close the popup window, the data in the textbox available in popup should be assigned to a text box in parent form. But I dont want to refresh the parent window when I close the popup window. Can any one tell me how can I access textbox in a parent window from a popup window without refreshing the screens.

View 3 Replies

Way To Integrate A ActiveX Control Into Asp.net Page

Feb 3, 2010

I want to integrate a ActiveX control into asp.net page, I wonder if Firfox can support ActiveX control or not?

View 1 Replies

Web Forms :: Accessing Hidden Field From The User Control On Aspx Using Javascript

May 28, 2010

I have a user control that i have registered to an aspx page. Now from the aspx page, i am trying to access one of the registered usercontrol's hiddenfield value in my aspx page using javacript using the below code:

tst = document.getElementById('control1$hdnField').value;

I looked into the page's trace, and i could see 'control1$hdnField'. Then why i am not getting its value in my aspx page. I have also confirmed that the hidden field by this name exists in the user control and also has a default value set.

View 9 Replies

Web Forms :: Calling An Aspx Page With New Window?

Mar 10, 2011

I have an web application in a server.there is an aspx page i need to call an aspx page with new window using response.write().

ex: Response.Write("www.abc.com/page1.aspx");

But it will open the page in the same window but i want to open the page in new window.

View 4 Replies

Web Forms :: Open An Aspx Page With New Window?

Mar 25, 2011

In my web application i have three buttons. Submit,Server Update and Delete. If i click on the submit button then all the information will be stored and remain in the same page.after that if i click on the server update button then all the same information will be stored in the another server.and it is open with new window.after that when i am clicking on the submit button then it will go to the next page with another window.i have to go to next page with same window.my code is

<asp:Button ID="ButtonServerUpdate" runat="server" Text="Server Update" Width="80px"
Height="25px" onclick="ButtonServerUpdate_Click" OnClientClick = "document.forms[0].target = '_blank';"/>
<asp:Button ID="ButtonSubmit" runat="server" Text="Submit" Width="80px"
Height="25px" onclick="ButtonSubmit_Click"/>

How can i solve this?

View 1 Replies

Web Forms :: Open Aspx Page In New Window?

May 21, 2010

On button click im using this Server.Transfer("abc.aspx", true); to transfer to abc page..what i need is i need to open in new window by this abc.aspx page on button click..here im passing parameter to abc.aspx page, so let me know how to do...

View 7 Replies

Web Forms :: Accessing An Embedded Media Player Control From Ordinary C# Aspx Button?

Jan 11, 2010

First of all, I´m new to asp.net.

I have this .aspx page in my Visual Studio 2008 web project solution, with a media player control and a button which invokes it and starts playing a file:

[code]

line is added to the .aspx page. When the page is now loaded, and the button from before that used to work gets clicked, i get a Javascript error saying that 'Player' is not defined.

View 6 Replies

Forms Data Controls :: Get Html Control Of .aspx Page In .aspx.cs Control?

Aug 12, 2010

.aspx:

<input type="file" id="file1" name="file1"/>

now i want to call the file control in .aspx.vb page. how can we call this..

View 3 Replies

Accessing Controls In An Aspx Page?

Jun 28, 2010

We have some code which is designed to build up a key/value pair of controls on a ASP.NET webforms page and their values. We use the "Controls" collection and recursion to build up this key/value pair.

The only issue is that ascx controls don't appear to come back in the "Controls" collection. Instead we get the controls on the ascx.

Something similar to the following code:

[Code]....

The subCtl is never a ascx control. Is there a way to get a list of the ascx controls on page or better still a different collection that contains both types?

View 2 Replies

Web Forms :: On A Button Click .aspx Page Open New Window Retrieving Data From Another Xml File

Feb 2, 2011

I am using VS 2005.An 1.aspx page is there, retrieving data from an xml file and having a button.On a button click same 1.aspx page should open new window retrieving data from another xml file with the help of query string.

View 3 Replies

Vb.net - Accessing A Windows Application From An ASPX Page?

Aug 2, 2010

I have an aspx page and I want to access an application on the client after seeking user permission. Both the windows application and the website are to be made in VB.NET.

EDIT: Here is the problem. From my .aspx webpage in vb.net, a visitor clicks on a link on my site, and if my winform is not already loaded on their desktop, it is then loaded with the users permission. This application should auto-load on the user's site at boot up time and always be in the background running. Make it an extremely thin client, taking the least cpu and bandwidth from the user, and running as a silent background process until needed.

Whenever the user visits one of my many websites, IN ANY BROWSER, somehow - the app running in the background communicates with the .aspx on one of my sites, and exchanges a silent username password identifying client winform app to the online .aspx app on my website.

Then the .aspx on my site PASSES a url such as "www.somewebsite.com" to the app running in the background, the background app then does a http request from the client's computer, not from my .aspx server, so the client's cookies and ip are visible to "www.somewebsite.com" server. The client collects the html for that page, stores it as a string, and also saves the ascii of that webpage as another string.

Both strings then are PASSED BACK to my .aspx website that the client is visiting, and the .aspx app then stores these results in a database.

View 2 Replies

Accessing POST Data In Aspx Page?

Feb 26, 2010

How can we access data posted to aspx page.

[URL]

[URL]

In Yahoo we just insert the link to the aspx page. and then order are posted POST in XML format.

How can I access the XML in the Aspx page?

View 1 Replies

How To Setup Login Control For Accessing Aspx Pages In Intranet

Feb 3, 2010

i need to setup login control for accessing my aspx pages in intranet

how to do that?

View 2 Replies

Accessing Silverlight Object Data From Aspx Page?

Jul 29, 2010

I am new to silverlight and I am wondering if it is possible to access silverlight object data from the aspx page that host it. Or have silverlight write to a hidden field on the page on client side.

What I am trying to do is to use silverlight to upload file via WCF (client to WCF Service directly instead of posting data back to the web server then forwarded to WCF service). When uploading a large file, user can still do some data entry etc. And once the upload is done have it write some data return by the WCF service to the aspx's hidden field and postback to the server on submit.

View 1 Replies







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