
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 17
10744. Which of the following method must be overridden in a custom control
- The default constructor
- The Paint() method
- The Render() method
- The Control_Build() method
10745. What is the last stage of the web forms lifecycle
- Validate
- Page_Load
- Page_init
- Page_UnLoad
10746. You need to retrieve only schema information about the columns contained in a database table without retrieving data. Which of the following is the best way to retrieve it
- You cannot retrieve only schema information without retrieving data
- Use the GetSchemaTable() method of the DataReader in conjunction with CommandBehaviour.SchemaOnly
- Use the SchemaOnly property of the Command class
- Use the GetSchemaOnly() method of the DataReader
10747. Which is Not used into @Page attributes
- EnableTheming
- MasterPageFileNone of the above
- None of the above
10748. You need to customize the display format of the DataList control
- The display format of the DataList control is predefined and cannot be customized
- ItemTemplate will allow you to format the appearance of each DataList item
- Set the CustomFormat property of the DataList control to TRUE
- Set the DisplayFormat property of the DataList control to Custom
10749. You need to dynamically add a TextBox control to a page and display it at specific location
- Build the HTML for the entire page in a String and insert the HTML code for required control in required place
- Place a PlaceHolder control at the required location in the page. Use the Add method of the Controls collection of the PlaceHolder control to dynamically add the required control
- You cannot add a control to a page dynamically
- Place a Label control at the required location in the page and add the control by manipulating the Text property of the Label control
10750. When a Web application talks to a database, it is using ________
- C# / Visual Basic Language
- ADO.Net
- ASP.Net
- Web Service
10751. Which control has a faster performance Repeater or Datalist, Datagrid
- Repeater
- Datagrid
- Datalist
- None of these
10752. What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time
- ThreadLock
- Synchronize
- Lock() and UnLock()
- Synchronize()
10753. Which Template is used in List View to display data
- ListTemplate
- DataTemplate
- DisplayItemTemplate
- ItemTemplate
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।