asp.net vb ??? please help.?

  • Thread starter Thread starter Jay W
  • Start date Start date
J

Jay W

Guest
i am reading through asp.net 3.5 and finding it really hard. i am on chapter 5 trying to go through examples on arrays. it says to try out the code examples. here's what its saying:

dim roles (1) as string

roles(0) ="administrators"
roles(1)=ContentManagers"

then it goes on to say that ( roles(2) ="members") will throw an error.

but where and how do i write this code to ty it out.

i have also downloaded the free version of visual web developer, this is what i have been using to do the examples in this book.

any help would be much appreciated.
 
Back
Top