using C# language and without using Ajax.

pls someone help..

firstly add progressbar in your form then code it as u want

            progressBar1.Minimum = 1;
            progressBar1.Maximum = 100;
            progressBar1.Step = 1;
for(int i=1;i<100;i++)
{

   progressBar1.PerformStep();
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.