Hey again!
This time I want to request the .Text value of a textbox on a page. But I want this to be done from a central module.
So I've got a textbox (txtBox1) and I want to request that value from a global module (Auth), in such a way that I don't have to submit any data to the function by using the header ( Function Test(ByVal text As String).
Is there anyway of doing this? I can submit the page to the function by using
Public Function Test(ByVal Page As Page)
But howto get the data (txtBox1.Text) from that page?
Edited by Diep-Vriezer