I was working to Ajaxfy one of the
<table runat="server" id="tbl1">
<tr runat="server" id="tr1" visible="false">
<td>Something</td>
</tr>
<table>
Now if I try to ajaxify <tr> with RadAjaxManager I get this error
'HtmlTable' cannot have children of type 'PreControlToAjaxify'.
Are you adding control to parent of whatever control is ajaxified?
<table runat="server" id="tbl1">
<tr runat="server" id="tr1" visible="false">
<td>Something</td>
</tr>
<table>
Now if I try to ajaxify <tr> with RadAjaxManager I get this error
'HtmlTable' cannot have children of type 'PreControlToAjaxify'.
Are you adding control to parent of whatever control is ajaxified?