like if you have a simple form with an update panel a button and a label like the code below 1.
if you have an event that changes the label like this 2.
if you view the source before and after the click you will see
<span id="Label1">Label</span>
and not
<span id="Label1">nathan</span>
Main Topics
Browse All Topics





by: burakiewiczPosted on 2008-08-26 at 11:42:34ID: 22317931
that has to do with ajax, anything with the update panel will not reflect the html changes