Sign In|Join
Home/Silverlight.NET Forums/Getting Started/display a user control inside another user control/Re: display a user control inside another user control
Member
300 Points
54 Posts
Jun 01, 2009 07:03 AM | LINK
HI Yosi,
Did you tried this...
CaptchaControl
captchaControl.SetValue(
Please mark it as answered, if this helps to meet your requirement Thanks, Raju
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 objectCaptchaControl
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