So, after MUCH testing, it appears that my Obout controls are not working correctly (i.e. validating BEFORE postback) when they are placed inside <asp:Content> tags on pages that reference a Master page.
However, the controls DO validate correctly (i.e. BEFORE postback) when placed on a regular ASPX page that does not reference any master pages.
Does anyone know how I could work around this? I have sent their support an email, but since I am using their free version, I may not ever hear back from them. At least that has been my experience in the past (although these are great controls and I highly
recommend them).
mattcase
Member
380 Points
538 Posts
Re: TextBox Validation after postback
Feb 10, 2012 04:15 PM|LINK
UPDATE
So, after MUCH testing, it appears that my Obout controls are not working correctly (i.e. validating BEFORE postback) when they are placed inside <asp:Content> tags on pages that reference a Master page.
However, the controls DO validate correctly (i.e. BEFORE postback) when placed on a regular ASPX page that does not reference any master pages.
Does anyone know how I could work around this? I have sent their support an email, but since I am using their free version, I may not ever hear back from them. At least that has been my experience in the past (although these are great controls and I highly recommend them).
Thanks.