I have an asp.net app, that when it's finished walking the user through a process, submits a form to a legacy(non .net) app which needs email and password parameters.
The problem is the controls get renamed the something like CTL$MAIN$email and CTL$MAIN$password
How can I force them to stay just email and password?
The problem is the controls get renamed the something like CTL$MAIN$email and CTL$MAIN$password
How can I force them to stay just email and password?