Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Violet Nelson   on Jun 06 In Asp.net Category.

  
Question Answered By: Varun Mehta   on Jun 06

I see your point
string[] strArray = new string[]
is invalid as the array is not initialised.

I have a question :: In .NET is there a Vector array or equivalent ? i.e. an
array that grows or do we have to use ArrayList or make our own ???

Share: