----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: nileshr Message 1 in Discussion I can�t replace datGrid because other data is displayes in datagrid along with this checkboxes in the last column. And I want those all checkboxes to be checked upon click of the button in the parent page i.e default.aspx page. Is there anyway that I can get the DataGrid object in the parent pahe and then I can loop through all the checkboxes and make them check. I don�t know ho will I get that DataGrid object in the parent page using client side javascript / VBscript / C#. Can anybody help me please From: Prince_Bhaskar [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 5:33 PM To: BDOTNET Subject: Re: Using IFrame tag in ASP.NET - problem New Message on BDOTNET Using IFrame tag in ASP.NET - problem Reply Reply to Sender Recommend Message 2 in Discussion From: Prince_Bhaskar instead of datagrid if you use Datarepeater you will have more control(my opinion only). or else you can reach the controls from Iframe parent page ,like this(wild guess) window.frmaes['frmaID'].documents.all.tag("chekcbox") collection or somethig like in this type View other groups in this category. language="JavaScript" type="text/javascript"> document.write(''); </script> ----------------------------------------------------------- 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]
