Greetings,
I’m in need of a way where I can execute methods on the server side on application startup.
So basicly I’m looking for a server side because of the app.xaml.
Is there any way to accomplish this either via services or something else?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You want to do a request to the web server hosting your Silverlight application when that application starts, right?
You should be able to do this in two ways:
There may be another approach. Instead of doing a request to the server from your Silverlight application, you could possibly do the request in javascript when loading the application. Either by running a script when the hosting page is loaded or running a script before the Silverlight container is loaded.