----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: _Neeraj_ Message 4 in Discussion I guess you must be using Template columns for putting the dropdownlist. And for you, double clicking the dropdownlist must not be generating automatic code ( event ) which should get fired at the Selection Change in the drop down list. For that what you can do is : write the event code manually and in the template column in your definition of Drop Down list, you should specify the attribute for this as well. Also, this will work if you have set the attribute "AutopostBack = true" in that dropdownlist definition. Regards, Neeraj Saluja ----- Original Message ----- From: vijaykishan <[EMAIL PROTECTED]> Date: Tue, 14 Sep 2004 04:10:34 -0700 Subject: Re: To fire event for ComboBox in a DataGrid(URGENT) To: BDOTNET <[EMAIL PROTECTED]> New Message on BDOTNET To fire event for ComboBox in a DataGrid(URGENT) Reply Reply to Sender Recommend Message 3 in Discussion From: vijaykishan Hi , event : combo_selectitemchange and then use grid.item(grd.currentrowindex,colindex) to display the staffid and dept id in the same row. hope this help you regards vijaykishan.s View other groups in this category. Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. 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. Remove my e-mail address from BDOTNET. ----------------------------------------------------------- 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]
