E
Eric
I get following errors under C#
The name 'txtName' does not exist in the current context
The name 'txtName' does not exist in the current context
This is a nightmare. I have my web user control and I
dragged it into DIV on my .aspx page. It's just a panel with a few textboxes.
When I try to access some textbox, the above errors show up.
What is the remedy - I want to reuse this control on different pages.
Using VB.NET all works fine but I have to use C#.
I beg for help.
Eric
The name 'txtName' does not exist in the current context
The name 'txtName' does not exist in the current context
This is a nightmare. I have my web user control and I
dragged it into DIV on my .aspx page. It's just a panel with a few textboxes.
When I try to access some textbox, the above errors show up.
What is the remedy - I want to reuse this control on different pages.
Using VB.NET all works fine but I have to use C#.
I beg for help.
Eric