How to include silver light .xap page into asp.net web
application and what is the purpose of using silverlight
application?
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 |
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)
Which tool you have done?
How to register exception filter globally?
what is the Difference between Dim Object as object AND dim obj as myform?
Differentiate between globalization and localization.
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?
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
What is the difference between typeof() vs gettype()?
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.
How many types are there session
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)