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
Does c# support try-catch-finally blocks?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is use of abstract class in c#?
What does console readline do?
What are the fundamental oop concepts?
What is a private method in c#?
Is php better than c#?
What is namespace c#?
What is the meaning of extention?
What is xor operation?
What is the system namespace?
Are c# generics the same as c++ templates?
What is the difference between Object and class adapters?
What can I create with c#?
Can we inherit two classes in c#?