Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3278606
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:29:59+00:00 2026-05-17T19:29:59+00:00

Net application and from one page i have to redirect to silverlight page, i

  • 0

Net application and from one page i have to redirect to silverlight page, i am new to silverlight so i have two question

  1. Can i add silverlight page in asp.net app or i will have to add silverlight application in asp.net solution.

  2. How to redirect from asp.net page to silver.(i want to pass some data from asp.net to silver light)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:30:00+00:00Added an answer on May 17, 2026 at 7:30 pm

    To communicate between a Silverlight control and javascript in an ASP.net page you can use the HTML bridge. Essentially this allows you call specially marked methods in your Silverlight control as well call javascript routines from Silverlight.

    Marking a Silverlight method or attribute as accessible to javascript:

       public partial class Page : UserControl
        {
    
        void Page_Loaded(object sender, System.Windows.RoutedEventArgs e)
        {
            // Register this object in the page as Scriptable
            // so it can be accessed from within JavaScript
           HtmlPage.RegisterScriptableObject("Page", page);
        }
    
        [ScriptableMember]
        public string HelloFromSilverlight()
        {
            return "Hello";
        }
    
            [ScriptableMemberAttribute]
            public int SomeValue
            {
                get 
                {   return _someValue;}
            }
    
    }
    

    Calling the Silverlight method from javascript:

            // Get a reference to the actual Silverlight
            // plugin element within the page
            var plugin = pluginObject.get_element();
    
            // Call the HelloFromSilverlight method of our Silverlight object
            var text = plugin.Content.Page.HelloFromSilverlight();
    

    Also see other examples:

    1. http://www.dotnetspider.com/resources/36450-How-work-with-HTML-DOM-SIlverlight.aspx
    2. http://geekswithblogs.net/PeterTweed/archive/2009/08/08/html-bridge—silverlight-javascript-interop.aspx
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm converting one of our ASP.NET MVC application from 1.0 to 2.0. This is
I have a requirement to pass credentials from one Microsoft .NET Web Application to
Is it possible to clear the output cache of one asp.net web application from
I have one .net windows application I'm trying to read .xml file from c#
I have recently upgraded my ASP.NET MVC application from beta to version 1. And
I have one sharepoint custom page application which is rendering from a user control.
I have recently upgraded to ASP.NET AJAX application. I have two css files in
I'm converting a asp.net application from .NET 2.0 to .NET 3.5 I have loads
I am developing a web application in ASP.NET and on one page I am
I have just made a step back from ASP .NET MVC application and moved

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.