----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: RupreetSingh Message 2 in Discussion Hi!! <o:p></o:p> This happens because when you click the save button, internally it fires a javascript function __doPostBack (eventTarget, eventArgument). After submitting the page, this function retains the previous values. So when you refresh, this function is again fired and your data is again posted back to DB. <o:p></o:p> <o:p> </o:p> To overcome this problem, you can place a label at the bottom of the page and when you click the save button, write this code after saving your data to the DB<o:p></o:p> lblScript.Text = �<script> __doPostBack(��,��)</script>�<o:p></o:p> <o:p> </o:p> Thanks and Regards, <st1:PersonName>Rupreet Singh</st1:PersonName> <o:p></o:p> ----------------------------------------------------------- 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]
