
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 18
10754. The Products table has a column named ProductName and a primary key column named ProductID. 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 ID="ProductID"
- In the DataList control set PrimaryKeyField="ProductID"
- In the DataList control set DataKeyField="ProductID"
- In the DataList control set KeyField="ProductID"
10755. Which of the following denote the web control associated with Table control function of ASP.NET
- All of the above
- ListBox
- TableRow
10756. Which namespace would you use if you need to create an ASP.NET application with Oracle as the database.
- System.Data.SQLClient
- System.DatSQLServer
- System.Data.OleDb
- System.Data.NonMS
10757. You have created a ASP.Net page Transaction by using <% Transaction = "Required" %>
- Creates a new transaction for each requestIf a transaction already exists
- the page will execute within the context of the transaction. If a transaction does not exist
- it will create a new oneIf a transaction already exists
- the page will execute within the context of the transaction. However it will not create a new transactionYou cannot created a ASP.Net page Transaction by using <% Transaction = "Required" %>
10758. The Products table has a column named ProductName and a primary key column named ProductID. 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 PrimaryKeyField="ProductID"
- In the DataList control set ID="ProductID"
- In the DataList control set KeyField="ProductID"
- In the DataList control set DataKeyField="ProductID"
10759. What is the name of threading model used for ASP.NET
- TMA threading model
- MAT threading model
- ATM threading model
- MTA threading model
10760. What is the default value for the Method attribute in a ASP.NET server-side Form control
- SMTP
- SOAP
- POST
- GET
10761. Which data control does not exist in asp.net
- GridView
- ListView
- TableView
- DataList
10762. Which is/are not the difference between ASP.NET Web Application project and Web Site
- 2 and 3
- 1 and 3Web Application has App_Code folder
- Web Site does not.Both have solution files.
10763. You want to debug a Web-based ASP.NET application. But for some cause debugging information is not shown.
- <%@ Page Trace="true" %>
- <%@ Application Debug="true" %>
- <%@ Page Debug="true" %>
- <%@ Application Trace="true" %>
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।