
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 16
web dev – asp net | 10734. What happens after adding the attribute trace=”TRUE” to the <%@Page%> directive in an ASP.NET page
- ASP.NET will generate and display diagnostic information at the bottom of the rendered page.
- ASP.NET will generate the diagnostic information and write it to logs.
- ASP.NET tracing information will be sent to a Tracing Listener object which receives the tracing output and writes it to logs.
- ASP.NET tracing information will be sent to a System.DiagNostics listener.
10735. What are the basic techniques for creating a control
- Inherit form Control
- Inheriting from an existing control
- All of the above
- Inherit from UserControl
10736. Difference between response.redirect and server.transfer.
- both are same
- None of the above
- response.redirect will take you to another page with out round trip
- server.transfer will take the round trip from server to client
10737. Which object can help you maintain data across users
- The Request object.
- The Response object.
- The Session object.
- The Application object.
10738. An alternative way of displaying text on web page using
- asp:label
- asp:span
- asp:TextBox
- asp:listitem
10739. Difference between Response.Output.Write() and Response.Write()
- Response.Output.Write() allows you to write formatted output
- Response.Output.Write() allows you to buffer output
- Response.Output.Write() allows you to stream output
- Response.Output.Write() allows you to flush output
10740. Choose the form in which Postback occurs.
- Winforms
- None of the above
- HTMLForms
- Webforms
10741. What property do you have to set to tell the grid which page to go to when using the Pager object
- CurrentIndex
- PageIndex
- CurrentPageIndex
- CurrentIndexPage
10742. What is the last stage of web form life cycle
- Page load
- Validate
- Page Unload
- Page Init
10743. You need to display the sales data for your division for the past 5 years in a DataGrid on a Web Form. Performance is very important. What would be the best strategy to use in retrieving the data
- Use a DataReader object to retrieve the data for the DataGrid
- Use a cached XML file as the data source and retrieve the data with a DataSet.
- Use a DataSet object to retrieve the data for the DataGrid
- Use a simple select statement as the data source for the DataGrid
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।