|
|
|
|
|
|
Ajax - Table inside UpdatePanel
|
|
|
|
|
|
|
For some reason I found that if I place the table tag inside the UpdatePanel I get the following error message:
|
|
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse error details
and modify your source file appropriately.
Parser Error Message: Type 'System.Web.UI.UpdatePanel' does not have a public
property named 'table'.
Believe it or not there is no solution for that, the new ajax force us to work with the div tag instead of the table tag.
If someone have solution for this case he can contact us and we will publish his solution.
|
|
|
|
|
|