1. Question:What is ASP.NET Theme? 

    Answer
    An ASP.NET theme is a collection of styles, property settings, and graphics that define the appearance of pages and controls on your website. A theme can include skin files, which define property settings for ASP.NET web server controls; cascading style sheet (.css) filesthat define colors, graphics, the size and placement of controls.

    1. Report
  2. Question:What is Microsoft AJAX Library? 

    Answer
    The Microsoft AJAX Library is actually written in JavaScript. It is a set of files that are sent to the browser to provide a base of capabilities on which we can build. ScriptManager control automatically injects these scripts into the page markup when needed.

    1. Report
  3. Question:What is user control? 

    Answer
    A user control is a file we create that contains a set of other ASP.NET controls and code grouped together to provide common functionality. The user control can then be used on different pages within a website.

    1. Report
  4. Question:Why SqlProfileProvider is used? 

    Answer
    We store and retrieve user profiles in a database by using SqlProfileProvider class. This class abstracts the storage and retrieval of the profile information from the actual profile itself.

    1. Report
  5. Question:Which login controls are useful only to authenticated users? 

    Answer
    Useful login controls to authenticate users:
    1. CreateUserWizard
    2. Login
    3. Loginview
    4. Loginstatus
    5. Loginname
    6. PasswordRecovery
    7. ChangePassword

    1. Report
  6. Question:What are the four phases of a Web Setup Project deployment? 

    Answer
    Install, Commit, Rollback, and Uninstall are the four phases of Web Setup Project 
    deployment.

    1. Report
  7. Question:What is Copy web tool? 

    Answer
    The Copy Web tool can copy individual files or an entire website. We can select a source and a remote site and move files between them. We can also use the tool to synchronize files.

    1. Report
  8. Question:What is PostBack? 

    Answer
    Sending data back to the server as part of our request is referred to as a postback in ASP.NET

    1. Report
  9. Question:Define Web service? 

    Answer
    A web service is a web application which is basically a class consisting of methods that could be used by other applications.

    1. Report
  10. Question:What do data binding mean? 

    Answer
    With ASP.NET data binding, we can bind any server control to simple properties, collections, expressions and/or methods. We may use data binding to fill lists with selectable items from an imported data source, like a database, an XML file, or a script.

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd