How To Load An Aspx Page From Silverlight Frame

Oct 6, 2010

I have two frames in a Silverlight application.

One frame contains a TreeView control. When a user clicks on one of the TreeView's items then I want an ASPX page to be loaded into the next frame.

How can I achieve this?

View 1 Replies


Similar Messages:

Web Forms :: How To Load A Page In The Frame From Clicking On Item In The Menu

Jan 12, 2010

i'm doing a website project for my studies .

and i'm going to work with frames instead MasterPage.

now, how do i load a page in the frame from clicking on item in the menu.

View 4 Replies

Web Forms :: How To Embed Silverlight Xap Into Aspx Page

Feb 21, 2010

How to embed silverlight xap into aspx page. I have created students database. I want to keep search option to find student name. It should be done in silverlight. I want to embed that silverlight in aspx page.

View 6 Replies

How To Get SilverLight Control Values On Aspx Page

Feb 15, 2011

i have made a user control carrying a grid which is showing different uploaded images , description etc. I am putting this in another aspx page and want to fetch the values of the silverlight grid. I have made a class file for that but unable to get the grid collection.

View 1 Replies

Delay In Silverlight Initialization In Aspx Page?

Jul 23, 2010

We have a silverlight/asp.net application which communicates with WCF to fetch data. Now we are facing a problem where in the silverlight component is taking some time to initialize after the asp.net page life cycle is completed.We have tried tracing all the events and found that there is a time lapse between the aspx page unload event and silverlight initialize event. This we have tried with even a simple application (hello world) but still have found the same result.There is nearly 3-4 seconds delay i.e the silverlight component initialization starts 3-4 seconds after the page unload event ends.

View 1 Replies

Web Forms :: How To Write Aspx Page HTML From Aspx.cs Page On Page Load

Dec 1, 2010

i want to write aspx page html from aspx.cs page on page load..

i hav already used div.innerHtml...

i want to write below code in aspx page from aspx.cs page

[code]....

View 5 Replies

How To Send Data From Silverlight Application To A Aspx Page

Sep 2, 2010

I want to send data from my silverlight application to a aspx page. But i don't want to pass parameter in the url when calling the aspx page.

So i figure the best way is to do a POST. But i'm not too sure how to do it..

View 1 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

Html - Calling A Silverlight Component In Aspx Page?

Jul 15, 2010

I'm calling a silverlight component in my aspx page like this

</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<div id="silverlightControlHost" > [code]...

I would like to modify my page aspx so it takes the parameter itself. Today I'm calling the page

Config.aspx and I would like to do something like this call it

Config.aspx?ConfiguredCarId=11

How do I modify the above code to reflect the change?

View 1 Replies

Importing An Aspx Page Into Silverlight In Expression Blend?

Aug 23, 2010

I have an aspx masterpage that I would like to use in Sketchflow in ExpressionBlend as a Silverlight project. I am totally out of my comfort zone here and am not even sure how to ask this question. This masterpage has a Header and a Footer and the middle section will contain the Content - which will actually be Silverlight. Is there some easy method to bring the design (aspx) into Sketchflow to use?

View 1 Replies

How To Open Aspx Page In New Browser Window From SilverLight Application

Oct 6, 2010

I want to add a button to my user control in SilverLight 4.0 application which will open a new browser window with an aspx in it when it is clicked.

Additionaly, can I lock the SL application until this new window is closed (Alike a modal dialog)?

View 2 Replies

C# - How To Access A Silverlight Control's Properties And Methods From An Aspx Page

Apr 26, 2010

I'm developing a web site, and i'm using infragistics for web, but I want to use in some pages silverlight controls (Infragistics too). Is there a way to access a silverlight control's properties and methods from an aspx page?

View 3 Replies

Master Page With An Aspx Page Containing Silverlight App

Jul 14, 2010

When creating a new Silverlight App, VS2010 generates the following page with the aspx extension

<%@ Page Language="C#" AutoEventWireup="true" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server"> [code]....

View 3 Replies

Is It Possible To Hide Windows Taskbar During Page Load Of An Aspx Page

Dec 23, 2010

is it possible to hide windows taskbar during page load of an aspx page?

View 3 Replies

Load ASPX Page Into Div?

May 26, 2012

it's possible to load a separate aspx page into a div, from the original pages code behind? for example, if i have a page with this:

page 1:

Code:

<div id = "fpLoad" runat="server" style="border:1px solid red; width:100%; height:350px; position:relative; text-align:center; vertical-align:middle; ">

is it possible to load another aspx page into the fpLoad div?

View 3 Replies

C# - How To Load A Pdf From Server As An Aspx Page

Feb 20, 2010

I have a folder with pdfs, but I don't want them to be public (like just typing www.domain.com/pdfs/doc.pdf).

I need them to have a security measure of some sorts (like www.domain.com/loadpdf.asmx?key=23452ADFASD12345 or using POST)

How do I do this?, ive found out how to create a pdf, but not how to load one from server.

View 2 Replies

Using JQuery To Load External Page(s) (aspx) Into Div(s)?

Mar 16, 2011

I've a page which consolidates different sections by different .aspx pages. Those pages will be loaded into corresponding div(s) dynamically by using jQuery.load(). They all are rendered properly, however, when clicking on any asp:button in any section page, the entire main page will be replaced by the section page even the asp:button is just popping up a message box.

View 2 Replies

JQuery :: How To Load Aspx Page Inside Tabs

Jan 27, 2011

At the moment, I have an aspx page with a tabcontainer (ajax toolkit). Inside each tab, I have a little form or other content. At page load, each tab is loaded. Technically I can load the tabs at tabclick (with use of update panels) but this result in unnecessary data traffic.

Is there are a way or example how to use jquery tabs that loads aspx content (html)?

This way we can still use vs.net design tool with aspx pages and load data in a much smarter way.

View 4 Replies

Load A Base Aspx Page To Display To The User?

Jan 28, 2011

I have an asp.net project, and I load a base aspx page to display to the user. Then I ajax in the results of an ascx component and inject it via innerHTML in javascript. I have noticed that the ascx component loads slowly on the first page load, but instantly thereafter. This is really cool, but I do not understand how this can be cached, as the contents are generated by making several db calls. Does the server send some kind of hash to compare the contents to, to see if it changed on the server or not? Is this a browser thing or an asp.net thing?

View 3 Replies

How To Load Aspx Page Dynamically Inside A JQuery UI Dialog

Apr 1, 2011

need to open an aspx page (called editItem.aspx in code below) loaded dynamically inside a jQuery UI dialog from a parent aspx page. the child page
has a button server control and should go back to parent page after postback. with the following code I get the error"The state information is invalid for this page and might be corrupted"

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="popOver.aspx.vb" Inherits="test5.popOver" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
[code]...

View 3 Replies

Configuration :: Cannot Load Aspx Page On Windows 2003 Server

Mar 20, 2010

I have an application which is used by others on different server without problems. The app was programmed by a programmer who is not available now. It was developed on .net 2.0. The windows 2003 is a new server, asp.net is enabled. from iis, I can configure it to use asp.net 2.0....,

but, when I load the site, it always show the 404. even after I change the default.aspx to a blank page, it still shows 404. however, if I put a default.htm in the folder, and it can be loaded without problems.

what can cause this? how to fix it? if I installed a vs2005 express on the server, will it fix the problem?

it seems the asp.net 2.0 dll is not recognized on server. never had this problem before.

View 1 Replies

Configuration :: How To Load Aspx Page Every 30 Mints Without User Interaction

Jan 18, 2011

i had one .aspx page,which containts in pageload it excutes few stored procesdures for dumping data from Sql Server to mysql Db. So every 30 mints User manulaly running this page.

So i want to automate this page Every 30 mints it automatically should Excutes that page.with out User intaraction.24/7 process.

how to do this. no one want to touch the application.it should be automate..

View 4 Replies

Web Forms :: Putting A Frame In Another Frame?

Mar 12, 2010

I have this situation where I have three pages:

The first page, default.htm, is a frameset page that uses the other two pages.

The second page, casemenu.aspx, is a form that contains an object we call "PopupManager": It has an element <xxx:PopupManager runat="server"/>. This object is dependent on the standard ScriptManager, which requires a form.

The third page, header.aspx, contains three links. Each link calls a JScript function that in turn calls a function on the Popup Manager. It makes the call to the popup manager with an expression like 'top.frames.casemenu._PopupManager'.

Now, the problem I have is that I have to change default.htm to be a normal page containing an iframe, which will refer to a new page, container.aspx, which has the original frameset. When I do that, I can no longer access the PopupManager the same way ('top.frames.casemenu._PopupManager' no longer works.)

I would like some way to refer to the PopupManager relative to header.aspx, something like "self.parent.frames.casemenu._PopupManager", but that doesn't work.

View 1 Replies

Is Silverlight More Friendly To Load - Balancing

Mar 1, 2010

I was discussing load-balancing with a colleague at lunch. I admit that I know very little about this topic. We were discussing the various ways of maintaing session in a ASP.NET application -- none of which suited the high performance load balancing that he was looking for. What about Silverlight? says I. As far as I know it is stateless, you've got the app running in the browser and you've got services on the server that feed/process data. Does Silverlight totally negate the need for Session state management? Is it more friendly to load-balancing? Is it something in between?

View 3 Replies

Using Ajax Script To Load Content From An Aspx Page On Another Server Than The Page Calling The Content

Mar 22, 2010

I'm using this Ajax script [URL] to load content from an aspx page on another server than the page calling the content. So far I've learned that this is a no go. The problem seems to be that when using an absolute link to content the script fails as apposed to using a relative link.

I've searched the web for about 10 hours now, and I still haven't found what I'm looking for.

View 2 Replies







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