display progress bar
-
hi..... i want a progress bar while loading the page in windows application C#. plz give me the code.
-
hi..... i want a progress bar while loading the page in windows application C#. plz give me the code.
-
hi..... i want a progress bar while loading the page in windows application C#. plz give me the code.
-
hi there is a one toolkit available in the ajax cotrol tool kit that is progess tool so first try yourself to use this tool .... after that i will give you code... If You Get your answer then please Rating me... Thanks.. "Are You Ready" DX-ARMY
I written the code : this.progressBar1.Location = new System.Drawing.Point(88, 232); this.progressBar1.Name = "progressBar1"; this.progressBar1.TabIndex = 0; this.progressBar1.Maximum = 10000; this.progressBar1.Minimum = 1; this.progressBar1.Step = 1; for (int i = progressBar1.Minimum; i <= progressBar1.Maximum; i++) { progressBar1.PerformStep(); } I write this code in pageload it go infinite loop. plz help me.........
-
I written the code : this.progressBar1.Location = new System.Drawing.Point(88, 232); this.progressBar1.Name = "progressBar1"; this.progressBar1.TabIndex = 0; this.progressBar1.Maximum = 10000; this.progressBar1.Minimum = 1; this.progressBar1.Step = 1; for (int i = progressBar1.Minimum; i <= progressBar1.Maximum; i++) { progressBar1.PerformStep(); } I write this code in pageload it go infinite loop. plz help me.........