Re: [DOTNET] can't launch .net framework configuration

2002-06-22 Thread Bob Edwards
: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Bob Edwards Sent: Sunday, 23 June 2002 00:54 To: [EMAIL PROTECTED] Subject: [DOTNET] can't launch .net framework configuration I'm running XP and

[DOTNET] can't launch .net framework configuration

2002-06-22 Thread Bob Edwards
I'm running XP and VS.NET. When I click start/Microsoft.NET Framework Configuration I get an hour glass, and then nothing. Is this a known problme? Is there a fix? Thank you. Bob You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at

Re: [DOTNET] dynamically determining which roles have access to a folder/file

2002-05-29 Thread Bob Edwards
e the PermissionChecker Object. Here is a > code snippet that I was experimenting with about 5 months ago. > > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of > Bob Edwards > Sent: Tuesday, May 28, 2002 2:47 PM > To: [EMAIL PROTECTED

[DOTNET] dynamically determining which roles have access to a folder/file

2002-05-28 Thread Bob Edwards
Is there a way to determine which roles have access to a directory? You can set that a given folder can only be accessed by, for example, Manager or Employee, is there a way to examine a directory and tell which roles have access? Thanks. Bob. You can read messages from the DOTNET archive, uns

[DOTNET] remoting vs. web services

2002-05-02 Thread Bob Edwards
Can you tell me the fundamental differences between Remoting and Web Services? Why would you prefer to use one over the other? Is one a sub-set of the other? Thank you. Bob You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http:

[DOTNET] c# to vb.net translation

2002-04-23 Thread Bob Edwards
Did i read somewhere that there is a C# to vbnet translator web site? Thanks. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] updating dataset and dataform

2002-04-16 Thread Bob Edwards
I don't thnk this is possible. Let me tell you just a bit more about the design. I have two tables: call them customers and orders. Customers is the parent, orders the child. When you click on the plus in the grid, you see all the orders for the customer. When you click on the customer in the gr

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
And finally update the database on every change to the > DataSet alone? > > Thanks, > > Shawn Wildermuth > [EMAIL PROTECTED] > > > -Original Message----- > > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > > On Behalf Of Bob Edwards > > Sen

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
#x27;d update the > database first, and refresh everything in the order you did when the > page started. > > Thanks, > > Shawn Wildermuth > [EMAIL PROTECTED] > > > -Original Message- > > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > > On B

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
t; requering it. Are you trying to sync up all the updates that everyone > has done? If not, your DataSet should already be what is in the > database. > > Thanks, > > Shawn Wildermuth > [EMAIL PROTECTED] > > > -Original Message- > > From: dotnet discus

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
e DataSet and you should never have to rebind > to the DataGrid. Am I still missing the point? > > Thanks, > > Shawn Wildermuth > [EMAIL PROTECTED] > > > -----Original Message- > > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > > On Behalf Of Bob

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
Thanks for the feedback but my question must not have been clear. I can update in one of two ways: 1. Update the database and then refill the dataset and then rebind to the datagrid or, 2. Update the dataset, rebind the datagrid and from the dataset update the db The datastructure is somewhat c

[DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
updated as well. Would you a) update the db and then recreate the dataset and refresh the grid or b) update the dataset and then use that to update the database Which is the preferred approach, and why? Thanks. Bob Edwards. You can read messages from the DOTNET archive, unsubscribe from DOTNET