Hello all,
Somone kindly help me with this problem, PLEASE!
I have simple page with
- a textbox
- a requiredfieldvalidator validating the textbox
- a normal push button
- a link button
I am running Windows 2003 Server Enterprise Edition, with all the latest
service packs and updates. Framework 1.1.
If I set the validator to not do client side validation, both buttons
postback fine, evidenced by their displaying respective messages from the
server side. However, when I put on client side validation, the push button
doesn't do a thing - no postback. The link button continues to work as before.
Anybody encountered this before? Help me please.
Jacek Stawicki - 15 Jul 2005 14:39 GMT
ASP.Net 2.0 allows such a situation (using ValidationGroup property of
control), but in this case I think there is some problem in your code. Give
us a piece of it!

Signature
C# Dev
> Hello all,
>
[quoted text clipped - 14 lines]
>
> Anybody encountered this before? Help me please.
Peter Blum - 15 Jul 2005 17:38 GMT
It sounds like you are experiencing a bug in ASP.NET 1.1 SP 1 with
client-side validation. Please see this thread
http://forums.asp.net/739537/ShowPost.aspx
--- Peter Blum
www.PeterBlum.com
Email: PLBlum@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
> Hello all,
>
[quoted text clipped - 16 lines]
>
> Anybody encountered this before? Help me please.
Clarence - 15 Jul 2005 21:44 GMT
This fixed things just fine. Thanks.
> It sounds like you are experiencing a bug in ASP.NET 1.1 SP 1 with
> client-side validation. Please see this thread
> http://forums.asp.net/739537/ShowPost.aspx