
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 57
11144. If you have an ASP.NET application with cookieless sessions enabled, which statement among the
- You cannot use relative URL’s with cookieless sessions
- You cannot use absolute URL’s with cookieless sessions
- You cannot have cookieless sessions with an ASP.NET application
- Cookieless sessions have no relation with URL’s
11145. Why is Global.asax is used for
- None of the above
- To implement application & Session level events
- To store configuration information
- To store styling information
11146. Which of the following ASP.NET object encapsulates the state of the client
- Response object
- Application object
- Session object
- Server object
11147. In a ASP.NET page, which is the best way to find if the contents of a TextBox has changed after the form containing the TextBox has been posted back to the server
- By checking the HasChanged property of the TextBox
- By checking the NewValue property of the TextBox control
- By comparing the old value with the new value
- By handling the TextBox control’s TextChanged event
11148. Session ID store definition ASP in _____
- ViewState
- HTML
- Cookies
- History
11149. If a form is posted to a different page, then you can retrieve the values of the form elements by
- Using the properties of the ASP.Net controls
- The values cannot be retrieved
- Using Request.Params
- Using the GetElementByID() method
11150. Which control would you use if you needed to make sure the values in two different controls matched
- Custom Validator control
- Required Field Validator
- CompareValidator control
- Regular expression validator Control
11151. Given the following methods of the ASP .Net Page class, in which of them would you attach an event handler to an event published by a control on the web page
- OnPostBack()
- Page_Loader()
- OnInit()
- OnLoad()
11152. The first event triggers in an aspx page is
- Page_click()
- Page_Init()
- None of the above
- Page_Load()
11153. Which property to be set for avoiding validations for a button
- ControltoValidate
- ControltoValidate=False
- CausesValidation=False
- CausesValidation=True
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।