I have a problem with the Repeater ID (PlayerList) being out of scope in my Sub TeamList_ItemCommand()
I am using
Visual Studio instead of Webmatrix and am writing all Functions and Subs in the back file Teams.aspx.
vb. I get the following error report in my Task List - 2 Build Error tasks shown (filtered)
***************************************
c:\inetpub\wwwroot\WroxUnited1\Teams.aspx.
vb(83): Name 'PlayersList' is not declared.
c:\inetpub\wwwroot\WroxUnited1\Teams.aspx.
vb(84): Name 'PlayersList' is not declared.
***************************************
what is the correct procedure for bringing this Object Name back into scope?
Note the coding for the first element of the Table on the Team.aspx page worked OK.
Can anyone tell me where to find, in Visual Studio, an equivalent Wizard to that used in the book for Webmatrix? I am writing this code copied from the book.
Many Thanks,
Edward.