How to include silver light .xap page into asp.net web
application and what is the purpose of using silverlight
application?



How to include silver light .xap page into asp.net web application and what is the purpose of using..

Answer / Shagufta Parveen

To include a Silverlight .xap page into an ASP.NET web application, you can follow these steps:n1. Create a new Silverlight project.n2. Add references to necessary assemblies in your ASP.NET project.n3. Host the Silverlight application within an iframe or Silverlight control.nnThe purpose of using Silverlight is to build rich internet applications with a consistent look and feel across different browsers, without requiring extensive knowledge of each browser's specific programming language.nSilverlight allows for features like animation, media playback, deep zooming, and interactivity that were previously challenging to implement on the web.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1 Answers   HCL,


Which tool you have done?

1 Answers  


How to register exception filter globally?

1 Answers  


what is the Difference between Dim Object as object AND dim obj as myform?

1 Answers   Microsoft,


Differentiate between globalization and localization.

1 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


how to transfer the file from client to server using asp.net

1 Answers   Sans Pareil IT Services,


I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?

6 Answers   EMR, Wipro,


Types of caching ?

1 Answers   Digital GlobalSoft, MicroSec, Wipro,


What is the difference between typeof() vs gettype()?

1 Answers  


I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.

4 Answers  


How many types are there session

5 Answers   TCS,


Categories