which datatype i have to use we i need dynamic size.for eg.
empname .in first row it have only five chars.but next row it
have 100 chars.
Answer Posted / radhika
i think we can use arraylist for dynamic size
for example
arraylist al= new arraylist();
al[0]="empname";
al[1]="empname is ............";
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a class c#?
What is hashmap in c#?
Can constructor be protected?
What is xml document how do you open it?
Is list ienumerable c#?
What is the difference between Static, Const and read only?
What is console application with example?
What are the Configuration files in .net?
What are the Types of compatabilities and explain them
Why do we need reflection in c#?
Can we override constructor in c#?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Define an array?
What is overloading with example?
What is ienumerable and iqueryable?