I need to call a sub which must be contained within a separate web page, but even though it is declared as public, when I call it like this:
I'm getting this error:Code:Cart.addMovie(ByVal title As String, ByVal format As String, _ ByVal copies As Integer, ByVal price As Double)
...so what must I do to call this procedure as I need to?Code:Error 1 Reference to a non-shared member requires an object reference. C:\Documents and Settings\John Wesley Cooper\My Documents\College\cis259\MovieStore\MovieStore\Default.aspx.vb 48 9 MovieStore![]()




Reply With Quote