Greg,
I think what you would rather do is to bind your controls to a business
object rather then a dataset. This way the property procedures can have
business rule logic that fires when the data in the control is changed.
Later I will send you an example of business objects that support data
bin
-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Keith A Franklin
Sent: Monday, April 22, 2002 10:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Storing ADO.NET Connection String Parameters
Config files are the standard way to store things like connection
strings.
---
Config files are the standard way to store things like connection
strings.
-Original Message-
From: Daniel Morgan [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 8:14 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Storing ADO.NET Connection String Parameters
Is there an official Micr