I finally noticed that
!= also exists in java
It sometimes gets confusing when Im taking a VBScript class, a VB.NET class, and a JSP class......I get em all mixed!!!
Its gotta be the way the teacher is teaching it because he's making ASP.NET seem way more confusing than it probably needs to be. I agree that object oriented is 10x better
Here's a question: can you pass an arraylist in a session variable in asp.net? the few times I tried it I would successfully fill the arraylist, assign it to a session variable, but then when I try to get the session variable in the next page (ie Dim aList as ArrayList = Session("sessionList")) it returns a 0 count when there should be several things in it. Anyone work with arraylists in ASP.NET before?