Click here to Skip to main content
15,920,503 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
I have a project i want to implement progress bar when i am using this progress bar
error getting as Knowon tag

ex:-
I am using

XML
<atlas:UpdateProgress ID="progress1" runat="server">
    <ProgressTemplate>
        <div class="progress">
            <img src="indicator.gif" />
            Please Wait...
        </div>
    </ProgressTemplate>
</atlas:UpdateProgress>
Posted

Try to give the reference of this UpdateProgress
or use this tags


C#
<asp:updateprogress id="UpdateProgress1" runat="server" associatedupdatepanelid="UpdatePanel2" xmlns:asp="#unknown">

    </asp:updateprogress>

asseciatedUpdatePanelID is for wich controll u to active and on top u must add the script Menager
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900