Home

What is the correct answer?

4

To write a root tag say '<details>' through ASP.NET use

A. WriteElement

B. WriteStartElement

C. WriteElementString

D. WriteElementStart

Correct Answer :

B. WriteStartElement


Related Questions

In a DataSet if multible tables are used, they are identified by their To send attachments using SMTP use This control does not produce an HTML output Which of the following tool is used to manage the GAC? We can write an XML document from ASP.NET without mentioning the encoding… Cookies can be created with mentioning the expiry dateTrue The HTML control that helps to browse a file is File extension used for ASP.NET files. _________ object represents all information sent form a server to a browser While redirecting, values can be passed with it To save an XML file from ASP.NET use ___________ sets the time out period for a particular page in seconds Default scripting language in ASP. Cookies collection is present in To set text programmatically without adding extra HTML tags use An alternative way of displaying text on web page using In case of a CompareValidator, a TextBox's value can be compared to an… Anything appearing after ________ is cleared In case of RangeValidator, a TextBox's value can be compared to the values… Default event handler for Link Label is A DataSet can be generated from Attribute must be set on a validator control for the validation to work. The first event triggers in an aspx page is. Radio Button's have same name and different values while Checkboxes have… ASP.NET use Default Session data is stored in ASP.Net. If a Table controls name is Table1, to access value from its second row,… ASP.NET supports all data types that VB.NET supports ____________ enables you to add, modify and delete records but you won't… In Global.asax there are _______ general methods