misticadivina
New Member
I have a gridview within an update panel. When the page loads I have javascript enable/disable fields in the gridview (call it Function X(). When the update panel updates I use \[code\]Sys.Application.add_load()\[/code\] to reload Function X(). This is all fine and dandy.My problem:
When the custom validator's onservervalidate fails (\[code\]args.IsValid = false\[/code\]) Function X() is not called and it needs to be called to enable/disable fields. How do I call Function X() at this point in the life cycle?
When the custom validator's onservervalidate fails (\[code\]args.IsValid = false\[/code\]) Function X() is not called and it needs to be called to enable/disable fields. How do I call Function X() at this point in the life cycle?