
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 46
11034. Which of the following statements correctly describes a custom Web server control
- Custom Web server controls are written entirely by managed code and have no markup file.
- Custom Web server controls have a user interface that is composed of several existing Web Server controls.
- A custom Web server control is saved as a file with an extension of .acsx.
- Custom Web server control is a special kind of Composite Control that gives the developer more power over the presentation of data on the page
11035. What ASP.NET object encapsulates the state of the client and the browser
- Application object.
- Response object.
- Session object.
- Request object.
11036. You have a DataList control containing a LinkButton. What would you do to raise the DeleteCommand event in the DataList by clicking on the LinkButton.
- Set the OnDelete property of the DataList to the ID of the LinkButton
- A DataList control cannot contain child controls
- Set CommandName="delete" in the LinkButton
- A DataList control cannot raise an event in response to events raised by its child controls
11037. What’s the difference between Response.Write( ) and Response.Output.Write()
- Response.Output.Write() allows you to write output
- Response.Write() allows you to write formatted output
- Response.Output.Write() allows you to write formatted output
- ResponsWrite() allows you to write output
11038. The comments in the XML documentation of C# is _____
- All of the above
- //
- ///
- /*…*/
11039. You need to develop a business component myComp.dll in .Net and use it in your ASP.NET page
- You require to register the component using regsvr32.exe
- You require to register the component using TlbExp.exe
- You require to copy the component to the /bin directory in your applications root directory
- You require to copy the component to the /bin directory in your applications root directory and register the component using regsvr32.exe
11040. What data type does the RangeValidator control support
- Byte
- Integer
- Array
- Boolean
11041. The Products table has a column named ProductName and a primary key column named ProductI When a user selects an item in the DataList, you want to retrieve the value of the ProductID column associated with it.
- In the DataList control set DataKeyField="ProductID"
- In the DataList control set ID="ProductID"
- In the DataList control set PrimaryKeyField="ProductID"
- In the DataList control set KeyField="ProductID"
11042. Which is Not used into @Page attributes
- Async
- CodeFileNone of the above
- Can Not SayEnableTheming
- MasterPageFile”;}}
11043. 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
- Using the GetElementByID() method
- Using Request.Params
- The values cannot be retrieved
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।