
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 1
10584. How to throw an exception if marshaling encounters an unmappable Unicode character that is converted to an ANSI character
- Set ThrowOnUnmappableChar = True ***
- Set ThrowOnmappableChar = True
- Set ThrowOnmappableChar = False
- Set ThrowOnUnmappableChar = False
10585. Which WebForm Validator control would you use if you needed to make sure the values in two different WebForm controls matched
- RequiredField Validator
- RangeValidator Control
- CustomValidator Control
- CompareValidator Control
10586. Which way to handle exceptions in ASP.NET
- Using Events like Page_Error and Application_Error:
- Using Custom error page
- Try/catch/finally block:
- All of the above
10587. Which of the following is not TRUE for .NET exception
- None of the above
- Exceptions can’t be generated programmatically
- All exceptions in .NET are derived from Exception base class*
- We have system exceptions and application exceptions in .NET
10588. Which of the following types of errors become visible when two or more modules are integrated
- Compatibility errors
- Integration errors
- Leakage errors
- Syntax errors
10589. What is used to validate complex string patterns like an e-mail address
- Basic expressions
- Irregular expressions
- Extended expressions
- Regular expressions
10590. You want to debug a Web-based ASP.NET application. But for some cause debugging information is not shown.
- <%@ Application Debug="true" %>
- <%@ Page Trace="true" %>
- <%@ Application Trace="true" %>
- <%@ Page Debug="true" %>
10591. You want to debug a Web-based ASP.NET application. But for some cause debugging information is Not shown. What could be missing
- %@ Page Trace="TRUE" %
- %@ Application Debug="TRUE" %
- %@ Application Trace="TRUE" %
- <%@ Page Debug="TRUE" %>
10592. What is the structure of exception handling
- Try
- Finally and Catch
- Catch Finally and Try
- Try Catch and Finally Catch
10593. What attribute must be set on a validator control for the validation to work
- ControlToValidate
- ValidateControl
- Validate
- ControlToBind
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।