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 difference between web and window application?
Explain Direct CAST vs CType ?
What is foreach loop in c#?
What is get set in c#?
What is keywords in c#?
Why do we Need of static class in c#?
What issues can be faced while delivering code?
Does c# support templates?
What are custom exceptions?
How long does it take to get a loop recorder put in?
What is strongly typed view?
what is difference between destruct or and garbage collection ?
What is jagged array in c#?
Why we use get set property in c#?
What is event and delegates in c#?