Can you prevent your class from being inherited by another class?
1. Yes
2.no
3.all of the above
4.None of the mentioned
Answer:1
Posted Date:-2022-02-03 02:52:35
1.WCF can create services similar in concept to ASMX
2.WCF is implemented on pipeline
3.WCF is more secure, reliable
4.All the above
Answer 41.Can Be accessed even Outside of the Program
2.Throughout the execution of a program
3.Inside a function
4.none of the above
Answer 21.The AutoEventWireup attribute is set to False
2.The AutoPostBack attribute is set to False
3.The codebehind module is not properly compiled
4.. The ListBox must be defined WithEvents
Answer 21.true
2.False
3.all of the above
4.None of the mentioned
Answer 11.The customer must be having technology that run ASP.
2.Such a situation cannot happen at all
3.The customer can run on any platform.
4.none of the above
Answer 11.True
2.False
3.all of the above
4.None of the mentioned
Answer 11.Yes
2.No
3.None of the above
4.All of the Mentioned
Answer 11. True
2.False
3.all of the above
4. none of the mentioned
Answer 11. Yes
2.no
3.all of the above
4.None of the mentioned
Answer 11.response.redirect will take you to another page with out round trip
2.server.transfer will take the round trip from server to client
3.all the above
4.None of these
Answer 41.Session.Close()
2.Session.Discard()
3.Session.Abandon()
4.Session.End()
Answer 31.1
2.2
3.3
4.4
Answer 21.. Yes
2.No
3.Both Yes And NO
4.none of the above
Answer 21.Page_Load()
2.Page_Init()
3.Page_Render()
4.Page_Unload()
Answer 11.True
2. False
3.all of the above
4.None of the mentioned
Answer 11.One
2.Two
3.Three
4.None
Answer 31.PostBack
2.Session
3. Query strings
4.All the above
Answer 11.<%@ Control %>
2.<%@ Master %>
3.<%@ MasterType %>
4.<%@ Page %>
Answer 21.True
2.False
3.all of the above
4.None of the mentioned
Answer 21. [WebMethod(EnableSession ="true")]
2.[WebMethod(MessageName = "SinInt")]
3.[WebMethod(TransactionOption = "Supported")]
4.All The About
Answer 41.Validate
2.. ValidateControl
3.ControlToBind
4.ControlToValidate
Answer 41.The Page class.
2.The Form class
3.The Session
4. All of the mentioned
Answer 11.bit
2.Boolean
3.int
4.Strings
Answer 21.Memory allocation/de-allocation is done by user
2.Memory allocation/ de-allocetion is done by CLR itself
3.all of the above
4.None of the mentioned
Answer 11.20 minute
2.40 minute
3.100 minute
4.1200 hours
Answer 11.Page_Error
2. Application_Error
3.Application_Disposed
4. System_Error
Answer 21. Root
2.. System
3. Parent
4.Web
Answer 21.To store the global information and variable definitions for the application
2.Configures the time that the server-side codebehind module is called
3.To configure the web server
4.To configure the web browser
Answer 11.List
2.HashTable
3. ArrayList
4.Arry
Answer 21.Both are Same
2..Write Formatted Output
3.Write data to a file
4.None of these
Answer 21.System.Object
2. System
3. System.Data
4.System.net
Answer 11.Before init and After Page_Load() / OnLoad()
2.Before Page_Load() / OnLoad() and Before Init()
3.After Init() and Before Page_Load() / OnLoad()
4.After Init() and After Page_Load() / OnLoad()
Answer 31. Before Application Started
2. After Application Started
3.When the Client first sends a request to browser
4.While closing the application
Answer 31. EnableSorting=”true” and EnablePaging=”true”
2.. DisableSorting=”false” and DisablePaging=”false”
3.. AllowSoring=”true” and allowPaging=”true”
4. EnableSorting=”true” and allowPaging=”true”
Answer 31.. Datalist
2.Repeater Control
3.DataGrid
4.None of these
Answer 31.Required Field Validator
2.Custom Validator control
3.. CompareValidator control
4. Regular expression validator Control
Answer 31. GridView
2.DataList
3.Repeater
4.tableView
Answer 41.Required Field Validator
2.Compare Validator
3.Error Validator
4.Regular Expression Validator
Answer 31.Fill( )
2.Read( )
3.ExecuteQuery( )
4.None of these
Answer 11.DataBind()
2. Populate()
3. Bind
4.Fill()
Answer 41.System.data.sqlclient
2. System.data.sql
3.System.sqlserver
4.System.url
Answer 11. app.config
2. web.config
3. assembly.config
4.machine.config
Answer 21.Server.Transfer(“SomePage.aspx”);
2.Response.Redirect(“SomePage.aspx”);
3.Server.Redirect(“SomePage.aspx”);
4.Server.Execute(“SomePage.aspx”);
Answer 31.Windows XP Professional
2.Windows XP Home
3.Windows 2003 Server
4.Windows 2000 Server
Answer 21.ValueToCompare
2.ValidationExpression
3.ControlToValidate
4.. InitialValue
Answer 31.DataTextField property.
2.DataValueField Property
3.DataMember
4.None of these
Answer 11.. ASP.NET AJAX is the name of Microsoft’s AJAX solution
2.AJAX refers to a set of client and server technologies that focus on improving web development with Visual Studio.
3.Microsoft AJAX Library is a JavaScript library that works on a variety of browsers and serves to simplify JavaScript development.
4. all the above
Answer 41.EditItemTemplate
2.ItemTemplate
3.all of the above
4.None of the above.
Answer 21.Server.Transfer()
2.Response.Redirect()
3.Response.Transfer()
4.Request.Redirect()
Answer 41.Assemblies that are used on only this one web application
2.Assemblies that are used on web sites on only this web server machine.
3.. Assemblies that are used by web applications anywhere on the network
4. Assemblies that are XCOPY’d to the location.
Answer 1