Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
how to add xamwebdilogue window to my silverlihgt application
posted

Hi ,

I want to add xamwebdilogue window to my silverlight application when i click a button. so can u please tell me how to do this. please send me the detailed code.

Thanks

  • 69686
    Suggested Answer
    posted

    Hello,

    You can see how to do that in the Samples Browser for Silverlight Line of Business. You can see the sample online here : http://labs.infragistics.com/silverlight/lobsamples/2009.1/

    Basically, you would have to create a new instance of a XamWebDialogWindow and add it as a child of a container.

    Hope this helps.