Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP production website BAD ERROR

Status
Not open for further replies.

need2progm

Programmer
Dec 13, 2002
92
US
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
 
just checked the link you posted posted the web form with some test data it posted ok
which browsers were used to test the site?



Note:Copying and Pasting is NoT Creativity.
What would you attempt to accomplish if you knew you would not fail?
 
Seems that the .NET framework service pack (1.1) was applied to the hoseted site. After applying it in house I was still getting the error. I also tried using the aspnet_regiis -c comand line .. also did not work.

Finially I did a search to see where the service pack had out the webuivaladtion.js file ..uploaded it to the hosted site .. then all was swell

Thanks for checking it out for me. :)


 
You welcome
Glad it works now
PS. You need to take another look at your validation, only thing i typed was sa for al fields and i still posted OK

Good luck




Note:Copying and Pasting is NoT Creativity.
What would you attempt to accomplish if you knew you would not fail?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top