How to display Hourglass b/w Postbacks
-
hi friends......... can anybody help me my page taking longtime to postback in the meantime i want to display an Hourglass(waiting cursor).. pls give me some idea thnx in advance
-
hi friends......... can anybody help me my page taking longtime to postback in the meantime i want to display an Hourglass(waiting cursor).. pls give me some idea thnx in advance
-
You might want to look into why the page is taking so long, instead of a hacky workaround. Nice school you're going to.
-
yes u r correct but in my webpage m retrieving data from data source there are around 3000 records , that's why its taking time to reload the page i want to display a hourglass in this mean time. pls give me some idea soori
-
People here frown upon doing homework for others. You should NEVER change the cursor to an hourglass through postbacks. It's a horrible practice.
homework homework dont u know more than that m clearly saying what is my requirement and m asking to give some idea m not asking u to do homework. i know how to do it in javascript function hourglass() { document.body.style.cursor='wait'; } how to call this method b/w reload or postback. thanks if u can help me. SOORI
-
homework homework dont u know more than that m clearly saying what is my requirement and m asking to give some idea m not asking u to do homework. i know how to do it in javascript function hourglass() { document.body.style.cursor='wait'; } how to call this method b/w reload or postback. thanks if u can help me. SOORI
-
m clicking on a link button which is on a user control. its before page load in java script m retrieving the records and binding them to datagrid . pls tell me where should i call hourglass(). thanks inadvance soori
-
homework homework dont u know more than that m clearly saying what is my requirement and m asking to give some idea m not asking u to do homework. i know how to do it in javascript function hourglass() { document.body.style.cursor='wait'; } how to call this method b/w reload or postback. thanks if u can help me. SOORI
-
homework homework dont u know more than that m clearly saying what is my requirement and m asking to give some idea m not asking u to do homework. i know how to do it in javascript function hourglass() { document.body.style.cursor='wait'; } how to call this method b/w reload or postback. thanks if u can help me. SOORI