Click here to Skip to main content
15,904,297 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: getting and setting textbox.txt value in XAML from C# in Winform Pin
Parwej Ahamad27-Mar-10 7:09
professionalParwej Ahamad27-Mar-10 7:09 
AnswerRe: getting and setting textbox.txt value in XAML from C# in Winform Pin
carlecomm31-Mar-10 17:05
carlecomm31-Mar-10 17:05 
QuestionHow to animate the ListBox Items While Scrolling Pin
wasimsharp26-Mar-10 20:12
wasimsharp26-Mar-10 20:12 
AnswerRe: How to animate the ListBox Items While Scrolling Pin
wasimsharp28-Mar-10 19:00
wasimsharp28-Mar-10 19:00 
QuestionUser Control take time for loading???? Pin
urooj_mahmood26-Mar-10 4:27
urooj_mahmood26-Mar-10 4:27 
AnswerRe: User Control take time for loading???? Pin
Abhinav S26-Mar-10 5:33
Abhinav S26-Mar-10 5:33 
GeneralRe: User Control take time for loading???? Pin
urooj_mahmood28-Mar-10 21:35
urooj_mahmood28-Mar-10 21:35 
GeneralRe: User Control take time for loading???? Pin
Kunal Chowdhury «IN»28-Mar-10 23:07
professionalKunal Chowdhury «IN»28-Mar-10 23:07 
Hi urooj_mahmood,

First thing, call web service asynchronously inside your Loaded event & not inside the constructor. This will load the application & then call the service. Always try to use Async call else, the app will get hang if response is not coming fast.

Second, if your XAP is big enough try to split your whole solution in multiple silverlight application. This will generate multiple XAPs instead of a single XAP. Then use On Demand Download to load your require XAP files.

If you do those steps, your application will load first enough than your current one.
Regards - Kunal Chowdhury | Software Developer | Chennai | India | My Blog | My Tweets

GeneralRe: User Control take time for loading???? Pin
Kunal Chowdhury «IN»29-Mar-10 0:58
professionalKunal Chowdhury «IN»29-Mar-10 0:58 
Questioncan't load .xaml in browser Pin
yuripon25-Mar-10 20:31
yuripon25-Mar-10 20:31 
AnswerRe: can't load .xaml in browser Pin
Abhinav S25-Mar-10 22:19
Abhinav S25-Mar-10 22:19 
GeneralRe: can't load .xaml in browser Pin
yuripon26-Mar-10 2:18
yuripon26-Mar-10 2:18 
GeneralRe: can't load .xaml in browser Pin
Kunal Chowdhury «IN»28-Mar-10 23:13
professionalKunal Chowdhury «IN»28-Mar-10 23:13 
GeneralRe: can't load .xaml in browser Pin
yuripon14-Apr-10 18:42
yuripon14-Apr-10 18:42 
Questionconnection with Mysql and CRecordset Pin
Shivanand Gupta24-Mar-10 21:10
Shivanand Gupta24-Mar-10 21:10 
AnswerIncorrect forum Pin
Pete O'Hanlon24-Mar-10 22:43
mvePete O'Hanlon24-Mar-10 22:43 
GeneralRe: Incorrect forum Pin
Shivanand Gupta24-Mar-10 23:45
Shivanand Gupta24-Mar-10 23:45 
QuestionWPF "dealing cards" animation.. need help Pin
ruellm24-Mar-10 14:55
ruellm24-Mar-10 14:55 
AnswerRe: WPF "dealing cards" animation.. need help Pin
koleraba24-Mar-10 23:35
koleraba24-Mar-10 23:35 
QuestionVisual Studio as the default external editor in Blend 3 Pin
David Shapira24-Mar-10 10:59
David Shapira24-Mar-10 10:59 
AnswerRe: Visual Studio as the default external editor in Blend 3 Pin
Kunal Chowdhury «IN»28-Mar-10 23:14
professionalKunal Chowdhury «IN»28-Mar-10 23:14 
GeneralRe: Visual Studio as the default external editor in Blend 3 Pin
David Shapira29-Mar-10 10:47
David Shapira29-Mar-10 10:47 
GeneralRe: Visual Studio as the default external editor in Blend 3 Pin
Kunal Chowdhury «IN»29-Mar-10 16:25
professionalKunal Chowdhury «IN»29-Mar-10 16:25 
Questionbase wizard Pin
sth_Weird24-Mar-10 2:46
sth_Weird24-Mar-10 2:46 
AnswerRe: base wizard Pin
Parwej Ahamad24-Mar-10 6:22
professionalParwej Ahamad24-Mar-10 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.