Advanced Forum Search Results
-
Thanks.. Problem was related to height and width of silverlight control. By assigning fixed height and width, control was once again visible.
But can someone explain the science behind this, as with same settings (i.e. height and width set to 100%), i was able to view silverlight controls in 1.1 version.
Thanks,
Sid
-
Hi all,
I just migrated one of my old silverlight 1.1 app to 2.0 level. Application has two silverlight controls on same ASP .Net page.
But after the migration one of the controls has stopped displaying on the page. Although both of them loads successfully and all breakpoints were reached still the second one never shows up on the screen. ...