need2progm
Programmer
We deployed our new website over the weekend (from peal and PHP to .NET) and non of the asp buttons click events are causing a post back. They are however validating the text boxes on the form. This works in development.
I created 1 web form with 3 user controls that hide and unhide depending on what was clicked on the left. Each User control is actually used as a form for our customers to get more information, CD’s sent to them ect… this form of sorts has text boxes and other asp controls with validation controls. They also have a submit button.
In DEVELOPMENT when running in visual studio I can click on the submit which causes validation (client side) then causes a post back where my code runs ... all is swell.
On our HOSTED site you can click the submit button validation fires but NO post back… HELP !!!! I have sales and marketing hunting me down… I am on the run
Check it out
This is a problem with all the submit buttons. SO as it stands now our customers can not login… HELP
I created 1 web form with 3 user controls that hide and unhide depending on what was clicked on the left. Each User control is actually used as a form for our customers to get more information, CD’s sent to them ect… this form of sorts has text boxes and other asp controls with validation controls. They also have a submit button.
In DEVELOPMENT when running in visual studio I can click on the submit which causes validation (client side) then causes a post back where my code runs ... all is swell.
On our HOSTED site you can click the submit button validation fires but NO post back… HELP !!!! I have sales and marketing hunting me down… I am on the run
Check it out
This is a problem with all the submit buttons. SO as it stands now our customers can not login… HELP