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 data binding with example?
What is tuple in c#?
When Should You Call The Garbage Collector In .net?
How to override a function in c#?
Can you inherit from multiple classes in c#?
What is constants in c#?
What is static class in C#?
Can we override interface method?
Differentiate between dataset and datareader?
What is difference between overloading and short circuiting?
Wcf and what is difference between wcf and web services?
Why do we need to call CG.SupressFinalize?
What is difference between method overriding and method overloading?
What is inheritance c#?
Why is static constructor called first?