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
Why we need get set property in c#?
What is connection pooling in ado.net?
How assembly versioning in .NET prevent DLL Hell problem?
What is the use of parse in c#?
What are extensions in c#?
Write a syntax for writing a event delegate.
Can you inherit from a static class in c#?
How to implement delegates in c#.net
What are the commonly used i/o classes?
How we can create an array with non-default values?
Is datetime nullable c#?
What are the different types of assembly?
What is an expression in c#?
How do you pass reference parameters in c#?
write a program to find the biggest palindrome in the given string