Hi there...
I'd appreciate if anybody helps me. Thank you all in advance.
In a Visual Web Developer project, I've defined Page00.aspx, and beside it I've a VB code file named Page00.aspx.vb.
Trying to create Page99.aspx, I've copy-pasted all the controls from Page00 to Page 99, and same for VB Code, from Page00.aspx.vb to Page99.aspx.vb.
When I tried the new page, the code in Page99.aspx.vb didn´t recognize the controls in Page99.aspx. For example, there appeared a message "TextBox1 not declared". I've revised all the ID's of the controls in Page99.aspx, but all the names are correct.
Somehow the references to controls in page99.aspx are lost in vb code copy-paste event.
Please, give me some advice on how can I establish this references again.
Thanks a lot!
Max