AZGroups.com

Bringing together Arizona Technology Users And Enhancing the Careers of Developers
Welcome to AZGroups.com Sign in | Join | Help
in Search

Access Silverlight 2 Control Server Side

Last post 05-16-2008, 2:54 PM by Hellowor1d. 1 replies.
Sort Posts: Previous Next
  •  05-16-2008, 9:37 AM 941

    Access Silverlight 2 Control Server Side

    I am very new to ASP.NET. 

    I am looking to access the public properties of a Silverlight 2 user control on postback (eg some text a user entered).  I realize that the control is running client side and the server side processing isn't going to have access to to the memory in which the control is running; I think this is a good thing.  It seems I have to send the state of the Silverlight control back with the http request (at least the values I want to use).  Is it possible to just attach data to the http request sent on postback?  Some sort of hidden field?  Again, very new to ASP.NET.

    Thank you for any help.

  •  05-16-2008, 2:54 PM 942 in reply to 941

    Re: Access Silverlight 2 Control Server Side

    Well I was hoping for something more elegant but this works in case anyone has the same question:

    http://silverlight.net/Quickstarts/Dom/DomAccess.aspx

  • View as RSS news feed in XML
    Powered by Community Server, by Telligent Systems