----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Jacob Message 9 in Discussion Hi Rags, I want the source of postback because, the cotrols are created dynamically in a placeholder control. Show butto and the DIV also created dynamically. Regds, Jacob -----Original Message----- From: BDOTNET [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 8:47 PM To: BDOTNET Subject: Re: help me... URGENTJacob New Message on BDOTNET help me... URGENTJacob Reply Recommend Message 7 in Discussion From: rags_rao this will do hide/show: <input type=button value=Show onclick="document.all['1'].style.display=(document.all['1'].style.display=="block'):'none':block';" > <div id =1 style="display:none"> contrrols... </div> <input type=button value=Show onclick="document.all['2'].style.display=(document.all['2'].style.display=="block'):'none':block';" ><div id =2 style="display:none"> contrrols... </div> why do u need to find out the source of postback? details plz......... Regards, Raghunandan R View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
