E
Eliyahu Goldin
If you are talking about calling a class, as opposed to a form, the syntax
is the same:
Dim aaa as new someclass
aaa.somemethod
If you mean referencing another form, you have to understand that asp.net
serves one form (page) in the time.
Eliyahu
is the same:
Dim aaa as new someclass
aaa.somemethod
If you mean referencing another form, you have to understand that asp.net
serves one form (page) in the time.
Eliyahu