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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

button click not responding

Status
Not open for further replies.

jockey

Programmer
Nov 18, 2003
34
GB
Hi All

This is a wierd one or at least i think it is. I have a ASP:Button on a form that when it is clicked saves the current form data to an SQL data base. The data on the form is loaded from different customer details database. The save work fine the first time but when you change the data held in the froms fields the save does not work. In fact the code behind the on click of the button does not execute if the data is changed but does execute if the entry field are not changed. Any ideas coz I have not got a clue

Any held gratefully accepted

Jamie
 
Are you using the IsPostBack in your Page Load event? Sounds like the data is getting reset prior to saving the changes. Just an idea.

Please post the Page Load Code and Button's Event Code.

Hope everyone is having a great day!

Thanks - Jennifer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top