----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Nagarajbb Message 4 in Discussion I think you have not instanciated the �dbManager� or �tempobj� is null. -----Original Message----- From: BalajiKrishnan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:28 AM To: BDOTNET Subject: Object reference not set to an instance of an object. New Message on BDOTNET Object reference not set to an instance of an object. Reply Reply to Sender Recommend Message 1 in Discussion From: BalajiKrishnan Hi All, What Does this Error Means.... Object reference not set to an instance of an object. This is my code: tempobj = dbManager.Execute(QueryType.StoredProcedure,ReturnType.ScalarType,"CreateUpdateDisclosures",list); if(Request.QueryString["discId"] == null) { Hashtable hashTbl = ((Hashtable)tempobj); int Id = 0; IDictionaryEnumerator myEnumerator = hashTbl.GetEnumerator(); while(myEnumerator.MoveNext()) Id = int.Parse(myEnumerator.Value.ToString()); saveData(Id,"N"); } CreateUpdateDisclosures - this SP returns discId. Pls tell me how to resolve this. Balaji.K 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]
