I would like to reference a custom control that is on a seperate aspx page. I guess any control example would do - I thought I could dim an instance and set it to the object on a different page but got stuck.
Something like
Dim tx as TextBox
tx = 'code to get the TextBox1 control on a seperate page???
Am I even on the right track?
Thanks,
Scott
Something like
Dim tx as TextBox
tx = 'code to get the TextBox1 control on a seperate page???
Am I even on the right track?
Thanks,
Scott