Which class is used to specify a set of features to support on the XrnlReader object created by the Create met
Which class is used to specify a set of features to support on the XrnlReader object created by the
Create method?
you need to execute a javascript function when if first moves the mouse over the element <div id=”divhead
mouseenter jQuery In a page there is a div (I guess it was a div) and you need to execute a javascript
function when if first moves the mouse over the element
<div id=”divheader”></div>
What is the order of precedence that defines how ASP.NET applies themes?
what order do events in the master pages and content pages occur?
Choose the appropriate steps in the correct order to accomplish this.
DRAG DROP
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual
Studio .NET 2010 as its application development platform. You create an ASP.NET Web application
using .NET Framework 4.0. The application has an ASP.NET page. The page contains a method
named GetCustomerOrderData that returns a DataSet. GetCustomerOrderData contains two
DataTable objects named CustomerDetails and OrderDetails, respectively. You are required to
display the data in OrderDetails in a DetailsView named ViewDetail. Choose the appropriate steps in
the correct order to accomplish this.
You need to specify the endpoint information for the routing service
You are configuring a routing service to call a target service. The routing service has no
knowledge of the target service’s data tyes other than the service contract. The operation
contract for all of the methods of the target service specifies IsOneWay=true. You need to
specify the endpoint information for the routing service. What should you do?
you need to write e jquery that retruns the number checked checkboxes
jQuery CheckBoxes In a web page with chechboxes you need to write e jquery that retruns the
number checked checkboxes
Using wich combination?
Ajax extender
[TargetControlType(typeof(TextBox))]
public class DisabledButtonExtender : ExtenderControlBase
{
[ExtenderControlProperty]
[DefaultValue(“”)]
[IDReferenceProperty(typeof(Button))]
Create an extender that extends a textbox and assigns to a button;
Using wich combination?
Which state management technique to use:
State management You have to store user data of 200 KB in an object. Which state management
technique to use:
You need to ensure that the service methods are asynchronous
You are modifying a Windows Communication Foundation (WCF) service that provides
access to report generation system. The following code segment is part of your service
contract. (Line numbers are included for reference only.) Client applications are blocked
while the service processes reports. You need to ensure that the service methods are
asynchronous. What should you do?