I would like to know if silverlight run on the client like javascript. Silverlight will be doing alot of work and I want to make sure it all runs on the client.
How do i know if a button click goes back to the server or not?
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.
Yes, Silverlight runs in the browser. The compiled code gets downloaded to the browser in a .XAP file and then runs locally. A button click would not cause anything to happen on the server unless you actually wrote code to call a service.