Subject - Asp.Net - 2 views
Q8. How the page life cycles Execute? (Choose from the options below) Options: A. Init,Load,Validate,Event,Render B. Load,Init,Validate,Event,Render. C. Load,Validate,Event,Render. D. None of t...
Q8. How the page life cycles Execute? (Choose from the options below) Options: A. Init,Load,Validate,Event,Render B. Load,Init,Validate,Event,Render. C. Load,Validate,Event,Render. D. None of t...
Q6.In what format does C# expect data to be streamed,Select the Correct Answer? (Choose from the options below) Options: A. Simple binary B. SOAP C. Unserialized D. Simple binary &sOAP
Q5. What is the correct syntax of region directive? (Choose from the options below) Options: A. #region #end region B. #region #endregion C. region endregion D. None
Q15. Which of these Controls does not have the Display property? (Choose from the options below) Options A. RangeValidator B. CompareValidator C. CustomValidator D. ValidationSummary
Q16. Which of these is not the value provided in Type property of Validation Controls? (Choose from the options below) Options A. String B. Integer C. Double D. None of these
19. 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 columnass...
Q14. On which of these classes, we can apply skins? (Choose from the options below) Options A. UserControl B. Control C. Button D. None of these
Q18. Which is true to bind a method by setting the Master attribute in the ? (Choose from the options below) Options A. < pages masterpagefile="r4r.co.in.MasterPage" /> B. < page...
A. True B. False C. None of these D. All of these
A. Copies the T Flag in the SREG to bit b in register Rd. B. Copies the value of b in the SREG to bit b in register Rd. C. Copies the value of Rd in the SREG to bit b in register b. D. none
Q9. ----------- provides a set of options depicted as images. (Choose from the options below) Options: A. Gallery widget B. Listview C. Imagelist D. Imageview
Q2: Which is true for C#? (Choose from the options below) Options: A. C# supports interfaces B. C# also provides support for structs C. C# provides component-oriented features D. All
Q4.Does C# support multiple-inheritance? (Choose from the options below) Options: A. No B. Yes C. By use of interface D. By use of abstract Class
Q3. An assembly is: (Choose from the options below) Options: A. A collection of files that appear to the programmer to be a single DLL or EXE B. Properties of c# C. Events Of c# D. Declarative s...
Q7. Which class the Exeception class derived? (Choose from the options below) Options: A. System.Exeception B. System.ApplicationExeception C. System.SystemExeception D. None of these
Q12. Which of these events of the Calendar will be appropriate to provide some formatting like changingthe Backcolor of the weekend day cells dynamically ? (Choose from the options below) Options...
Q10. Which of these properties of a Web Page is true when you post to another page ? (Choose from the options below) Options: A. IsPostBack B. IsCrossPagePostBack C. IsAsync D. IsCallBack
Q13. Among these, which one is not a list control? (Choose from the options below) Options A. BulletedList B. CheckBoxList C. DropDownList D. Datalist
Q20. You need to enable paging for a DataGrid control? A. You can use a DataReader B. You can use a DataTable C. You can use either the DataReader or DataTable D. A DataGrid does not support paging.