hi friends
i tried to create a label array and show label in a button click at runtime .But its not working .it stops execution at the seccon line .If anybody help me ,i would be very thankful to you . . i need a an array of text without a fixed length. just like we declare in VB.NET [ Dim label () as string ] . is this type of declaration possible in C#
below given is the code i tried
private
{
Label [] labelnew=
labelnew[j]=
labelnew[j].Location=
labelnew[j].Name="labelnew"+j;
labelnew[j].TabIndex=0;
}
thanks & regards