Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

  • Raju Hosamani

    Raju Hosamani

    Member

    300 Points

    54 Posts

    Re: display a user control inside another user control

    Jun 01, 2009 07:03 AM | LINK

    HI Yosi,

    Did you tried this...

    create object of CaptchaControl and set desired Grid column and row value to that object 

    CaptchaControl captchaControl= new CaptchaControl();

    captchaControl.SetValue(Grid.ColumnProperty, 0);

    captchaControl.SetValue(Grid.RowProperty, 0);

    Please mark it as answered, if this helps to meet your requirement
    Thanks,
    Raju