If i create a module inside App_Data, how can i access the web control Property on webform?
Just like VB6 , i create a *.vb , the can direct access the control property like
FrmMain.TextBox 1.Text = "Hello"
--
Just like VB6 , i create a *.vb , the can direct access the control property like
FrmMain.TextBox 1.Text = "Hello"
--
Comment