----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: ManojInfy Message 1 in Discussion I have a datagrid in an ASPX page, which has Edit/Update,Cancel link in one of it's columns(Created using propery builder). On UpdateCommand Event handler of the datagrid, when i try to get the edited values from the cells of the currently edited row, gives only the old values and not the modified values. Can anybody help to identify what exactly is the problem? The code I use to get the modified value is obj = CType(e.Item.Cells(3).Controls(0), TextBox) strFName = obj.Text ----------------------------------------------------------- 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]
