Skill/Topic: BeginnerA) Add Tag prefix, Tag nameB) Add Source, Tag prefixC) Add Src, Tagprefix, Tagname
Latest Answer : using Pagelet we can also add user control. ...
Skill/Topic: BeginnerA) User controls are displayed correctly in the Visual Studio .NET DesignerB) Custom controls are displayed correctly in VS.Net DesignerC) User and Custom controls are displayed correctly
Latest Answer : User and Custom controls are displayed correctly in the Visual Studio .NET Designer ...
Skill/Topic: BeginnerA) .AsmxB) . AscxC) .Aspx
Latest Answer : .Ascx ...
Skill/Topic: IntermediateA) Both can use as drag and drop toolB) Both are sameC) Both can use different applicationD) One Custom Control can be use in different project but not the same with User control
Latest Answer : D) One Custom Control can be use in different project but not the same with User control ...
Skill/Topic: IntermediateA) Session.Close ( )B) Session.Discard ( )C) Session.AbandonD) Session.End
Latest Answer : option C SESSION.ABANDONthis will kill the user session all the useful information about the session will be lost ...
Skill/Topic: IntermediateA) System.userB) System.webC) System.DrawingD) System.Web.UI.Page.Culture
Latest Answer : option D: SYSTEM.WEB.UI.PAGE.CULTURE ...
Skill/Topic: AdvancedA) Automatically dump data at client PCB) Not necessary to connect with serverC) user data can update and retrieve in dataset and when connection connected, update values with serverD)
Latest Answer : Automatically dump data at client PCBest Example of N-tier architecture ...
Skill/Topic: AdvancedA) No DifferenceB) Server.Transfer needs a roundtrip, Response.Redirect does notC) Response.Redirect needs roundtrip, Server.Transfer does notD) Server.Transfer can transfer user between
Latest Answer : Response.Redirect needs roundtrip, Server.Transfer does notResponse.Redirect is out-of-context whereas Server.Transfer is in-context.Examples:Response.Redirect www . ggogle . comServer.Transfer "..YourApplicationParticularWebPage.aspx" ...
Skill/Topic: AdvancedA) 300B) Compile Time errorC) Run time ErrorD) Just prints “C”
Latest Answer : run time error ...
Skill/Topic: AdvancedA) After the webform loadsB) After the page_init event of webformC) Before Page_init event of web form
Latest Answer : B) After the page_init event of webform ...