Home

What is the correct answer?

4

To write an attribute for a tag through ASP.NET use

A. WriteAttribute

B. WriteStartAttribute

C. WriteAttributeString

D. WriteElementString

Correct Answer :

C. WriteAttributeString


Related Questions

___________ controls how proxy servers temporarily store web pages One difference between ASP.NET and ASP is that ASP is more structure than… ASP.NET is object oriented ____________ converts virtual path to default path _________ object represents all information sent form a browser to a server Default event handler for Link Label is ______________ creates a read-only recordset that can scroll forward only. To open Microsoft Word from ASP.NET page use Under Button Click the following code is written1. Dim I =102. MsgBox(I) Which of the following method must be overridden in a custom control? Default path for any web application is ASP.NET supports all data types that VB.NET supports An alternative way of displaying text on web page using While redirecting, values can be passed with it Which of the following object is not an ASP component? ____________ enables you to add, modify and delete records but you won't… The first event triggers in an aspx page is. An error handling is Structured when we use Of the following controls which can be used to add a control at runtime Checkboxes have same name and different values while Radio Buttons have… This property is inapplicable in DropDownList Radio Button's have same name and different values while Checkboxes have… CDONTS is designed on for Windows NT Server To write an attribute for a tag through ASP.NET use We can manage states in asp.net application using Cookies collection is present in To make a RepeaterControl viewable, the controls ____________ must be… In ASP.NET, the default method of a form is Cookies can be created with mentioning the expiry dateTrue How can you check if the page is visited for the first time