Home

What is the correct answer?

4

A web server control is written as

A. <asp-TextBox ......

B. <asp TextBox ......

C. <aspTextBox ........

D. <asp:TextBox ........

Correct Answer :

D. <asp:TextBox ........


Related Questions

To write an attribute for a tag through ASP.NET use .DirectoryInfo gives information about any Directory ASP.NET is object oriented _________ is used to write/read into a leaf node In Global.asax there are _______ general methods ______________ creates a read-only recordset that can scroll in any direction. In ___________ records are locked when the update method is called To make an HTML control behave as a Server control, ___________ option… To make a RepeaterControl viewable, the controls ____________ must be… To save an XML file from ASP.NET use Default event handler for Link Label is Cookies can be created with mentioning the expiry dateTrue What are unique properties of RangeValidator control? ASP.NET uses _______ as the code behind _________ object represents all information sent form a browser to a server You have an image that is clickable and you want a pop-up window to display… If a Table controls name is Table1, to access value from its second row,… What class does a Web Service Inherit? To redirect an user to a particular page when a user logs in use Which DLL translate XML to SQL in IIS? Default path for any web application is You need to modify an ASP.NET page to prevent the browser window from… _________ object represents all information sent form a server to a browser In ___________ records are locked when you start editing. Radio Button's have same name and different values while Checkboxes have… The first event triggers in an aspx page is. Default Session data is stored in ASP.Net. The code file for WebForm1.aspx will be ___________ Under Button Click the following code is written1. Dim I =102. MsgBox(I) ASP.NET use