
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 10
10674. In data reader, what can be used before read method
- None of the above
- GetNumber
- Getstring
- Getvalue
10675. How is a ASP.NET presentation page associated with its code-behind
- The presentation page includes the code-behind file using <@ Page include=”codebehind file name”>
- The presentation page inherits from the code-behind
- The ASP.NET presentation page and the code-behind page have the same name and hence are automatically associated with each other
- The presentation page includes the code-behind file using #include
10676. Which of the following .NET datatype allows the retrieval of data by a unique key
- ArrayList
- Stack
- Queue
- HashTable
10677. Which are the two things you need to take care of in your ASP.Net application to take advantage of connection pooling
- You need to explicitly close the connection with the Close() method
- You need to call the ReleaseToPool() method after the connection is closed
- You need to set the Pooling property of the Connection object to TRUE
- You need to use the same exact connection string whenever you open a database connection
10678. What base class do all Web Forms inherit from
- Document class
- Form class
- Page class
- Web class
10679. Which property will you use to process different server paths in a page
- Server
- Request
- Application
- Response
10680. Which keyword is used to return unique values from a table in sql
- Distinct
- Dismiss
- Remove Duplicate
- Unique
10681. Which namespace is used when we connect our asp.net page to sql server
- System.url
- System.data.sql
- System.datsqlclient
- System.sqlserver
10682. Which method do you use to redirect the user to another page without performing a round trip to the client
- Server.Redirect
- Response.Transfer
- Response.Redirect()
- Server.Transfer
10683. How to comment out ASP.NET Tags
- //
- /*
- /* */
- <%– –%>
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।