• +91 9723535972
  • info@interviewmaterial.com

Asp.Net Interview Questions and Answers

Asp.Net Interview Questions and Answers

Question - 111 : - Whats MSIL, and why should my developers need an appreciation of it if at all?

Answer - 111 : - MSIL is the Microsoft Intermediate Language. All .NET compatible languages will get converted to MSIL.  MSIL also allows the .NET Framework to JIT compile the assembly on the installed computer.

Question - 112 : - Which method do you invoke on the DataAdapter control to load your generated dataset with data?

Answer - 112 : - The Fill() method.

Question - 113 : - Can you edit data in the Repeater control?

Answer - 113 : - No, it just reads the information from its data source.

Question - 114 : - Which template must you provide, in order to display data in a Repeater control?

Answer - 114 : - ItemTemplate.

Question - 115 : - How can you provide an alternating color scheme in a Repeater control?

Answer - 115 : - Use the AlternatingItemTemplate.

Question - 116 : - What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

Answer - 116 : - You must set the DataSource property and call the DataBind method.

Question - 117 : - Name two properties common in every validation control?

Answer - 117 : - ControlToValidate property and Text property.

Question - 118 : - Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

Answer - 118 : - DataTextField property.

Question - 119 : - Which control would you use if you needed to make sure the values in two different controls matched?

Answer - 119 : - CompareValidator control.

Question - 120 : - How many classes can a single .NET DLL contain?

Answer - 120 : - It can contain many classes.


NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners