Page loading and navigating problem


 hi

in starting there 1 test.aspx page , example if our application need 10 forms create them user control i.e 10 xaml silverlight user control , on loading user controls loaded means if there 10 grids in 10 controls data fill in 10 grids show first silverlight page.

it takes time in loading ,

another problem if save data in 1 xaml page , show in other xaml page dropdown without page refresh can't see data in other page's

dropdown because controls preloaded , make them visibility none or  collapsed. try solution take 1 aspx page 1 xaml page having tab control, on click of 1 tab item , navigate aspx page contains other xaml page , on.

so in starting 1 page loading , other problem of data fetching solve.

so problem how can create new aspx page contains other xaml page because xap contains data 1 aspx page there on app.xaml file contains starting root 1 page. 

please tell me solution or if there solution, pls. tell me.

 

hello, ajax, silverlight's initial download quite large. can use splash screen display download progress. users don't mind wait time before application launched. after application downloaded, there's no need download usercontrols again. in classic asp.net, initial download small. need download 1 page. when request page, , come original page, same page must downloaded again. overall download larger silverlight.

also regarding second concern, data should come web service. there's no need refresh page. call web service again new data. web services, data required downloaded. if refresh page, in classic asp.net application, whole page data must downloaded again.

so suggest use single aspx page host silverlight applications, , exchange data server web services.



Silverlight  >  Programming Silverlight with .NET – General



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........