----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Neeraj_Bangalore Message 3 in Discussion Hi, Check one thing, Are you populating the dropdownlist in the Page_Load event everytime the page loads. If yes, then try by shifting the code for populating in the section which executes when the Page.IsPostBack() is false. What happens here is as soon as form submits, the first method that gets executed is Page_Load() which might be refreshing your dropdownlist and thus the selecteditem is getting reset. Check this out and revert back...... Regards, Neeraj Saluja SCT Software Solutions, Bangalore -----Original Message----- From: haideep [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 7:04 PM To: BDOTNET Subject: problem with datagrid New Message on BDOTNET problem with datagrid Reply Reply to Sender Recommend Message 1 in Discussion From: haideep Hi folks, I have a datagrid in which i'm using dropdownlist . i want to retreive the selecteditem value of the dropdownlist in the onselectedindexchanged event (or some other event)of the dropdown. but i'm not able to do it . if anyone knows how to handle this please send me the syntax for that. Regards Deepak 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]
