cz007j Posted July 28, 2004 Posted July 28, 2004 Hi, I need a little help with my current project. I have 2 panels and 1 of them is to hide depending on a selection from the other panel. I set if me.cboReception.checked then 2ndPanel.visible = false end if However, I realize that this is not reflected in the page until another load. How do I set this to reflect in the webpage that a user is currently on? much thnx in advance Quote
JRichmond Posted August 2, 2004 Posted August 2, 2004 Set the AutoPostBack property of your cboReception control to True. By doing this, the page will automatically postback every time that control's value is changed. Quote
AsifCh Posted August 3, 2004 Posted August 3, 2004 HI, You can use the Java Script to the same thing with out even reposting the page to the server. Quote Asif Raza Ashraf Senior Software Engineer Electronic Solutions Pakistan Islamabad
Joe Mamma Posted August 3, 2004 Posted August 3, 2004 HI, You can use the Java Script to the same thing with out even reposting the page to the server. Highly recommended!!!! Quote Joe Mamma Amendment 4: The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized. Amendment 9: The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people.
JRichmond Posted August 3, 2004 Posted August 3, 2004 You can use the Java Script to the same thing with out even reposting the page to the server. Can you post some example code for this? Thanks! Quote
cz007j Posted August 4, 2004 Author Posted August 4, 2004 Thank you all, knew I shoulda just gone with javascript :p Quote
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.