I have a similar problem, I am using a page that contains an iframe. I want to pass a value filled on the iframe, but i have no action on the iframe to set the Session value..any help? i am trying with document. sth :) but it is complicated imane
"Mario Ramos (Ext)" <[EMAIL PROTECTED]> wrote: Why not assign to session a value when you click the button. Then just check to see if the value has been set and if so turn the button invisible on page_load in the 2nd webform. -----Original Message----- From: eswarvemuri6 [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 11 de Mar�o de 2005 15:51 To: [email protected] Subject: [AspNetAnyQuestionIsOk] Help Needed Hi All, I have 2 webforms. each one of those webforms has a button. if I click a button in one webform, the button in the otherwebform has to disappear(invisible). How should I do that. I tried creating an instance of the 2nd webform in the first webform and tried to access the button control like this. object.controlName.Visible = "false". It did not work. Can you please help me where I am going wrong? Thanks, Eswar Yahoo! Groups Links Yahoo! Groups SponsorADVERTISEMENT --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
