Are there any javascript errors?
No, but I found the problem, which presents another problem
apparantly, some of my required field validators kicked out for missing information, but they were never visible. I guess they didn't trigger a partial page update. My guess is I need to add triggers for each validator. Still looking into it.
Thanks for the reply
Apparantly, the standard RequiredFieldValidators do not run well with the UpdatePanel control.
http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx
Mat Gibbs blog provides links to temporary versions of the validators that work. Works like a charm.
No comments:
Post a Comment