Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends ,
I am having an default.aspx page in which there is a function UpdateProgressBar(),
which is getting call by delegate call from another cs class.

UpdateProgressBar(int percentage)
{
//here i want to update my progress bar manually without fully postback (Ajax / Jquery)
progressbar1.text = percentage;
}

So please help me in creating Ajax / Jquery progress bar with percentage of progress ,which i can update inside funtion UpdateProgressBar()

Thanks in advance :)
Posted

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