
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 7
10644. Which method do you invoke on the DataAdapter control to load your generated dataset with data
- The Fill() method
- The Load() method.
- The DataLoad() method.
- The DataBind() method.
10645. You need to enable paging for a DataGrid control
- A DataGrid does Not support paging
- You can use a DataReader
- You can use either the DataReader or DataTable
- You can use a DataTable
10646. While configuring profile properties in the Web.config file for an application which of the following tags defines name, type, and allowANonymous attributes
- <properties>
- <add>
- <profile>
- <configuration>
10647. What is advantage of Response.Clear()
- NONE
- Use this when the buffer is set to true and you want to get rid of everything processed up to where the Clear() is
- Allows you to send the user to a new URL
- Use this when the buffer is set to true and you want to send to the browser what you’ve processed up to the point where the Clear() is
10648. You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do
- Set Page.MasterPageFile in the Page’s Page_Load event.
- Set PagMasterPageFile in the Page’s Page_PreInit event.
- Set Page.MasterPageFile in the Page’s OnInit event.
- Set Page.MasterPageFile in the Page’s Page_Init event.
10649. Automatic paging is possible in
- Datareader
- Dataset
- All of the above
- Datatabel
10650. What the 1st method that is fired during the page load
- Unload()
- Init()
- PreRender()
- Load()
10651. What’s the difference between Response.Write( ) and Response.Output.Write()
- Response.Output.Write() allows you to write output
- Response.Output.Write() allows you to write formatted output
- Response.Write() allows you to write formatted output
- ResponsWrite() allows you to write output
10652. What namespace does the Web page belong in the .NET Framework class hierarchy
- System.Web.UI.Page
- System.Web.HTML.Page
- System.Web.Page
- System.UI.Page
10653. What is the name given to the type of assembly that contains localized resources
- Satellite
- Hub
- Spoke
- Sputnik
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।