Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8857

Web Part's Update Panel Ajax feature

$
0
0
I have a basic repeater web part that is hooked up to a SQL Datasource. I would like for the output of the repeater to refresh asynchronously. I've enabled the Use Update Panel checkbox on the repeater web part. The expectation is that the HTML output of the repeater would be wrapped in an Update Panel DIV. Anything inside the Update Panel DIV would be updated via AJAX. However this is not what's happening. Below is a snippet from the HTML source. It shows that the Update Panel DIV is added as sibling to the Table that the repeater outputs. I need for the Update Panel DIV to be a parent to the Table. Currently, the Table isn't being updated when I trigger the update panel refresh.Any idea how to force the update panel to be a parent of the table element?@div id=@blahblah_sys_pnlUpdate@@@/div@@table class=@table scada_table@@@tbody@@tr@....

Viewing all articles
Browse latest Browse all 8857

Trending Articles