RobSchultz
Programmer
I would like to make a class that will allow me to re-use code among multiple forms. I would like to be able to pass a reference to a form to the class but can't figure out how to accomplish this in ASP.NET (sort of like in old VB you could use ByRef oForm as Form.) Ultimately, I would need to be able to access the controls collection of the webform.
Any ideas? Is there a better way to do this?
Rob
-Focus on the solution to the problem, not the obstacles in the way.-
Any ideas? Is there a better way to do this?
Rob
-Focus on the solution to the problem, not the obstacles in the way.-