Hi all,
First off, I am using the lastest Atlas buid (September).
By theory: a client side validation control. ie: a requiredValidation control on texbox means the user must enter something in the textbox. Or else the button would prevent the postback.
The problem is that when a linkbutton is used with validation controls, it would bypass the "stop" point of the client side validation and postback to the server. I know it is a problem because it was after I inserted Atlas into my ASP page, then the page would bypass the validation's "stop".
I have tried using normal ASP buttons and it works fine. My guess is that a linkbutton has a URL and it needs to hit the server.
Phil Ng