Which of the following is used to write error message in event Log File ?
Which of the following is used to write error message in event Log File ? A. System.EnterpriseServicesB. System.Diagnostics C. System.Data D. All of the above
Browsing category
Which of the following is used to write error message in event Log File ? A. System.EnterpriseServicesB. System.Diagnostics C. System.Data D. All of the above
Which of the following can be used to add alternating color scheme in a Repeater control ? A. DataSource B. ColorValidatorC. AlternatingItemTemplate D. None of these
Which class can be used to create an XML document from scratch ? A. XmlNew B. XmlConvert C. XmlSettingsD. XmlDocument
Which method displays the custom control________________? A. Display B. Page_LoadC. Render D. The Prerender
How do you explicitly kill a user session ? A. Session.Exit B. Session.Close( ) C. Session.Discard( )D. Session.Abandon
Select the output of the statement ? A. Transfers all the form data to test.aspx with HTTP headers B. Transfers all the form data to test.aspx with out HTTP headers C. Calls post method on test.aspx D. None of the above
How ASP.Net Different from classic ASP ? A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these
Select the validation control used for “PatternMatching”? A. RangeValidator B. PatternValidatorC. RegularExpressionValidator D. FieldValidator
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ? A. HTML B. WML C. JSP D. XML
In ASP.NET if one wants to set the focus on a particular control________________? A. Call FOCUS method B. Call SETCONTROL C. Call SETFOCUS D. None of the above