What is the server.Machinename does
Skill/topic: advanceda) gets the server’s machine nameb) gets the referred web site name on the serverc) gets the client machine named) none
How do you add ASP.Net 3rd party component
Skill/topic: advanceda) by add/remove items in the project menub) add reference of dll file and place the code where ever requiredc) cannot add 3rd party component to ASP.Net
Ans:
B) Add reference of dll file and place the code where ever required
Which method displays the custom control
Skill/topic: advanceda) the prerenderb) renderc) page_loadd) display
Why is GLobal.Asax is used for ?
Skill/topic: advanceda) to implement application & session level eventsb) to store configuration informationc) to store styling informationd) none of the above
Why do we use XMLserializer class
Skill/topic: intermediatea) remotingb) webservicesc) XML documentary files
What is the purpose of code behind ?
Skill/topic: intermediatea) to separate different sections of a page in to different filesb) to merge HTML layout and code in to one filec) to separate HTML layout and code to different filed) to ignore HTML usage
What is the maximum number of cookies that can be allowed to a web site
Skill/topic: intermediatea) 1b) 10c) 20d) 30e) more than 30
How do you disable client side validation ?
Skill/topic: intermediatea) set the language property to c#b) set the runat property to serverc) set the clienttarget property to downleveld) set the inherits property to codeb
Select the caching type supported by ASP.Net
Skill/topic: intermediatea) output cachingb) datacachingc) both a & bd) none of the above
The interface used by ASP.Net to create unique id’s?
Skill/topic: intermediatea) appdomainsetupb) system.Ui.Naming.Containerc) iasyncresultd) customformatter
How ASP.Net different from asp
Skill/topic: beginnera) scripting is separated from the HTML, code is interpreted seperatelyb) scripting is separated from the HTML, code is compiled as a dll, the dlls can be executed on serverc) code is separated from the HTML and interpreted code is interpreted separately
ans:
B) Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
Which namespace allows us to formauthentication ?
Skill/topic: advanceda) system.Web.Ui.Forms.Securityb) system.Web.Securityc) system.Web.Configurationd) system.Web.Services
Ans : B) System.Web.Security
What is the significance of server .Mappath
Skill/topic: advanceda) returns the physical file path that corresponds to virtual specified pathb) returns the virtual path of the web folderc) maps the specified virtual path to physical pathd) none
Ans:
A) Returns the physical file path that corresponds to virtual specified path
Whats is the significance of response.Clearheaders( )
Skill/topic: advanceda) clears all headers from the buffer streamb) clears all the section value from rendered HTML filec) clears the content of the rendered paged) none of the above
A) Server's Machine Name
is the answer