Describe the difference between inline and code behind - which is best?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is type keyword in c#?

0 Answers  


Write down the c# syntax to catch an exception

0 Answers  


Can a loop recorder detect a heart attack?

0 Answers  


Are arraylist faster or arrays?

0 Answers  


What is the difference between abstract and virtual?

0 Answers  






I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


What are custom exceptions? Why do we need them?

0 Answers  


How do you create multiple inheritance in C#?

5 Answers   Microsoft,


How u call destructor and dispose methode in c#.NET

1 Answers  


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


Does console.writeline() stop printing when it reaches a null character within a string?

0 Answers  


what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


Categories