Re: [DOTNET] Dataset not very useful in this scenario

2002-06-04 Thread Keith A Franklin
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

Re: [DOTNET] Storing ADO.NET Connection String Parameters

2002-04-22 Thread Keith A Franklin
- 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. ---

Re: [DOTNET] Storing ADO.NET Connection String Parameters

2002-04-22 Thread Keith A Franklin
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