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 / kishore
we can use arraylist for dynamic size
Example:
Arraylist arlst=new Arraylist();
arlstl[0]="empname";
arlstl[1]="xyzz.........";
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can properties be overloaded in c#?
Can an interface extend a class c#?
Why do we use Design Pattern in C#?
What is windows form in c#?
What is a thread? What is multithreading?
What do you use c# for?
Why do we need delegates?
How can I get around scope problems in a try/catch?
What is definition in c#?
What Is An Interface Class?
What do u mean by delegation of authority?
Is c# used for any core features of windows vista?
Can we override main method in c#?
What is a Jagged Array in C#?
How to use nullable types in .net?