I am trying to use the UpdateProgress control which
ships with ATLAS and was getting the error "Constructor is null or not an
object". So, I thought maybe my ScriptManager controls needs the
EnablePartialRendering attribute which I inclucded it.
But even then the UpdateProgress control does not do anything. I am sure I am
missing out something but what??
Here is my code:
<form id="form1" runat="server">
<atlas:ScriptManager
EnablePartialRendering="true" ID="ScriptManager1" runat="server" />
<div>
<atlas:UpdateProgress ID="up1" runat="server">
<ProgressTemplate>
<img alt="SomeImage" src="images/b51f.jpg" />
Updating....
</ProgressTemplate>
</atlas:UpdateProgress>
</form>
The
Button control is used to send the postback to the server but it does not
display the image which I have set for the UpdateProgress control.
powered by IMHO 1.3