Rothariger Posted April 22, 2005 Posted April 22, 2005 Hello, i will try to explain what i want to make... or what i need... i have a page that loads information about the clients, but this application must hide the controls when they have no values. im hidding the control by ASP.Net the problem is that the load, they shows, and then they hidde, and its uggly... is there a way to put a page like loading? and when the page is ready show it? thanks a lot! Quote
mark007 Posted April 22, 2005 Posted April 22, 2005 What code are you currently using? Quote Please check the Knowledge Base before you post. "Computers are useless. They can only give you answers." - Pablo Picasso The Code Net
Rothariger Posted April 22, 2005 Author Posted April 22, 2005 (edited) vb.net, but i have some controls at the same solution under C#... Add some info: ive tryed (i dont know if its write so) this example, dont work fine, because it shows the controls before the page its entirelly loaded. and tryed this one its preety cool, but sometimes works, and sometimes dont... any suggestion? Edited April 22, 2005 by Rothariger Quote
mark007 Posted April 25, 2005 Posted April 25, 2005 Can you show us the code you are using at the moment? If you do all the manipulation in the page load event then the users shouldn't see the change.. Quote Please check the Knowledge Base before you post. "Computers are useless. They can only give you answers." - Pablo Picasso The Code Net
Rothariger Posted April 25, 2005 Author Posted April 25, 2005 sorry i cant insert the code, because, i work with SourceSafe, and when i see that it didnt work, i rollback, all the pages. but i did all wath those 2 pages said. and it didnt work... Quote
mark007 Posted April 25, 2005 Posted April 25, 2005 Not sure I follow... Quote Please check the Knowledge Base before you post. "Computers are useless. They can only give you answers." - Pablo Picasso The Code Net
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.