Click here to Skip to main content
15,923,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to transfer user details from one website to other.
I transfered a datatable with webservice, now I want when a guest wants to register
to give him an option to get his details. The problem is that it can't set the password text but the others it does. You how to fix that?
And when I click a button it is automatically does the validationsa and therfore I can't change the textboxes values. Have an Idea?

EDIT: How to run button event before validations run?

Thanks.
Posted
Updated 15-Jun-11 11:04am
v2

1 solution

 
Share this answer
 
Comments
Member 7966831 15-Jun-11 16:21pm    
That's nice but how I do that before validations run?
[no name] 15-Jun-11 18:05pm    
And when are you populating the field? During page load?

Try restating the problem, it isn't clear what you are asking to do.
Member 7966831 15-Jun-11 18:45pm    
Thanks for your messages, it worked with the "TextChanged" event.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900