ASP.Net MCQ Quiz Hub

ASP.Net Mcq Question Set 8

Choose a topic to test your knowledge and improve your ASP.Net skills

1. An Organization Has Developed A Web Service In Which The Values Of The Forms Are Validated Using ASP.NET Application. Suppose This Web Service Is Got And Used By A Customer Then In Such A Scenario Which Of The Following Is TRUE




2. Which Of The Following Denote The Web Control Associated With Table Control Function Of ASP.NET?




3. ASP.NET Separates The HTML Output From Program Logic Using A Feature Named As




4. If A Developer Of ASP.NET Defines Style Information In A Common Location. Then That Location Is Called As




5. In ASP.NET If You Want To Allows Page Developers A Way To Specify Static Connections In A Content Page Then The Class Used Is




6. The Feature In ASP.NET 2.0 That Is Used To Fire A Normal Postback To A Different Page In The Application Is Called




7. In ASP.NET If One Uses Windows Authentication The Current Request Attaches An Object Called As




8. The GridView Control In ASP.NET Has Which Of The Following Features




9. If One Uses ASP.NET Configuration System To Restrict Access Which Of The Following Is TRUE?




10. Which Of The Following Denote Page Code Model In ASP.NET?




11. Which Of The Following Denote New Data-Bound Controls Used With ASP.NET




12. A Developer Wanted To Achieve Graphics In His Display Using ASP.NET. Which Of The Following Web Controls Are Available In ASP.NET To Achieve The Above?




13. Forms Based Authentication Is Otherwise Called In ASP.NET As Cookie Authentication Because Forms Authentication Uses Cookies To Allow Applications To Track Users Throughout Their Visit.




14. Which Of The Following Is True About Session In ASP.NET?




15. In ASP.NET What Does The Following Return < % Response.Write(System.Environment.WorkingSet.ToString()) % >




16. In ASP.NET If One Wants To Maintain Session Then Which Of The Following Is Used?




17. I Have An ASP.NET Application. I Have A Page Loaded From Server Memory. At This Instance Which Of The Following Methods Gets Fired




18. Give One Word: What Model Does ASP.NET Request Processing Is Based On




19. If In An ASP.NET Application One Want To Create Http Handlers Which Of The Interface Is Used




20. To Set Page Title Dynamically In ASP.NET Which Of The Following Is Used?




21. In ASP.NET Application The Global.Asax File Lie In Which Directory




22. Which Of The Following Can Be Used To Debug .NET Application?




23. Which Of The Following Is Used To Write Error Message In Event Log File?




24. Setting The Following Properties For Object In ASP.NET Results In Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "No-Cache"




25. Which Of The Following Denote Value That Can Be Taken By Cache-Control Of ASP.NET?




26. In ASP.NET Page Framework An Automatic Way To Associate Page Events And Methods Is




27. In ASP.NET If One Wants To Set The Focus On A Particular Control




28. The Control Used In ASP.NET To Display Information From Data Set But With Better Formatting And Editing Behavior Is




29. The Following Are The Minimum Requirement To Run Asp.Net Pages




30. When A .Aspx Page Is Requested From The Web Server, The Out Put Will Be Rendered To Browser In Following Format.




31. What Executable Unit Gets Created When We Build An ASP.Net Application?




32. The Best Way To Delimit ASP.Net Code From HTML Code In Your Pages Is By Using --------------- Tags.




33. Asp:dropdownlist> Tag Replaces Which Of The HTML Tags




34. < Asp : Listitem > Tag Replaces Which Of The Following HTML Tags




35. How Many Configuration Files Can An ASP.NET Projects Have?




36. Can A Dll Run As Stand Alone Application ?




37. A Web Application Running On Multiple Servers Is Called As




38. What Is The Transport Protocol Used To Call A Webservice




39. How ASP.Net Different From ASP




40. What’s The Difference Between Response.Write() AndResponse.Output.Write()?




41. What Is The Extension Of A Web User Control File ?




42. What Is The Default Session Out Time




43. It Is Possible To Set Maximum Length For A Text Box Through Code




44. The Interface Used By ASP.Net To Create Unique Id’s?




45. Which Property Of The Session Object Is Used To Set The Local Identifier ?




46. How Do You Disable Client Side Validation ?




47. Select The Validation Control Used For “PatternMatching”




48. How Do You Trace The Application_End Event On Runtime?




49. Who Can Access Session State Variables




50. Does The “EnableViewState” Allows The Page To Save The Users Input On A Form