loadingbox
-
Dear All, I would like to do the following. to create a label, when a specific event is fired to change its text to 'loading' and add '.' in a half second like loading loading. loading.. loading... is it possible to make this with javascript.
-
Dear All, I would like to do the following. to create a label, when a specific event is fired to change its text to 'loading' and add '.' in a half second like loading loading. loading.. loading... is it possible to make this with javascript.
Ersan Ercek wrote:
to create a label, when a specific event is fired to change its text to 'loading' and add '.' in a half second like loading loading. loading.. loading...
You can simply do it usign AJAX. Try to use
AJAX UpdatePanel
andUpdateProgressBar
. Let us know if you need further help.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Dear All, I would like to do the following. to create a label, when a specific event is fired to change its text to 'loading' and add '.' in a half second like loading loading. loading.. loading... is it possible to make this with javascript.
there are two ways to achieve this.. if you are using ajax then you need to put gif like http://www.cis.uab.edu/forensics/blog/loading.gif[^] in your update progress control which is related to ajax update panel. or second thing if you want to handle it manually then you can show and hide it on start and end of each event manually.
Http://www.gen-sys.com Government Dyal Singh College Lahore.