zzfive03
Programmer
- Jun 11, 2001
- 267
I have been researching this forever and can not figure it out..
I have page1.aspx and page2.aspx
Page 2 has some text box controls on it, and i have created public properties to access thoes controls.
What I want to do, is have page 1 get access the object of page 2, and loop the public properties, to get a list of the controls from page 2.
I can not seem to figure out how to properly get a handel on page 2 from page 1. I have even placed them in the same namespace, they just cant seem to see eachother.
Any ideas?
I have page1.aspx and page2.aspx
Page 2 has some text box controls on it, and i have created public properties to access thoes controls.
What I want to do, is have page 1 get access the object of page 2, and loop the public properties, to get a list of the controls from page 2.
I can not seem to figure out how to properly get a handel on page 2 from page 1. I have even placed them in the same namespace, they just cant seem to see eachother.
Any ideas?