Describe the difference between inline and code behind - which is best?
No Answer is Posted For this Question
Be the First to Post Answer
What is type keyword in c#?
Write down the c# syntax to catch an exception
Can a loop recorder detect a heart attack?
Are arraylist faster or arrays?
What is the difference between abstract and virtual?
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.
What are custom exceptions? Why do we need them?
How do you create multiple inheritance in C#?
How u call destructor and dispose methode in c#.NET
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;
Does console.writeline() stop printing when it reaches a null character within a string?
what is IDisposal interface,IComparable,IEquatable,IFormatable