pls, ask radiobutton.SelectedItem.Value to persist into field Julio Novomisky Microsoft MVP ... related to the same feild in the table, ... PHD , WHICH...
Hi all, My problem is this, I am about to write an ftp client which will ftp files on a remote host to a local host. In the past, I would have used the ...
There are already a number of free implementations of FTP clients already built for .NET. It might be worthwhile to look into them first before rolling your...
Paul Laudeman
plaudeman@...
Aug 7, 2003 2:41 pm
19
Dear Paul: I have used Chilkat's FTP COM object and wrapped it successfully in .NET. I haven't used it at high volume so I don't know how it is under stress....
Steve Shier
sshier@...
Aug 7, 2003 2:41 pm
20
Hi, Paul You can use classes in System.Net, System.Net.Socket namespace, such as Socket class. There are some sample projects in www.codeproject.com if you...
Domina Tang
dominatang@...
Aug 7, 2003 2:41 pm
21
Original conversion from Java to c# http://www.csharphelp.com/archives/archive9.html An improved version of the above source. ...
Kevin Greiner
greinerk@...
Aug 7, 2003 2:41 pm
22
Here is an article that has an example of using the WebRequest class to transfer files using FTP. It may give you a starting point. ...
Steve Sharrock
steve@...
Aug 7, 2003 2:41 pm
23
All, I am quite new to .NET and have inherited some code from a contractor. I am coming across some questions. The code is for a windows service and in one...
All, I am quite new to .NET and have inherited some code from a contractor. I am coming across some questions. The code is for a windows service and in one...
This is done when you don't know at design time what the object will be and you need to create potentially different objects at run time. The situation allows...
Steve Shier
sshier@...
Aug 14, 2003 1:57 pm
26
for dynamic initialisation, you do not keed to know the name of the class you are creating when coding, ie: if you wanted to change the internal working of...
Alan Flaherty
alan@...
Aug 14, 2003 1:57 pm
27
Hi all, Being quite new to this whole .NET thing, I was wondering is has anyone any links or ideas for naming our Assemblies and Strong Names (sn.exe) in the...
Hi, Just a quick question. We have just started down the .NET road. We are not using namespaces in our assemblies. Could this run into trouble earlier. I...
Hi, Can somebody explain the need for strong names?? I have read all the Microsoft blurbs. Still I am having trouble finding a use for it or an understanding...
Hi Paul, There is not really a sense of traditional COM-based "binary" compatibility any longer with .NET – it’s all about the public methods and...
Paul Laudeman
plaudeman@...
Sep 7, 2003 4:48 pm
32
Hi, I am trying to implement a singleton design pattern in a class library project and running into problems. In the class where I want only one running...
http://msdn.microsoft.com/practices/type/Patterns/Enterprise/ImpSingletonInCsharp/ Or, you may prefer this instead....
Kevin Greiner
greinerk@...
Sep 10, 2003 2:20 am
34
Have a look here: http://www.dofactory.com/Patterns/PatternSingleton.aspx this is the first resource I turn to when trying to implement patterns in C#. Waggs ...
Rob Waggoner
rwaggs@...
Sep 10, 2003 2:22 am
35
Hi all, Does anyone have any advice on sharing state amongst different class library applications? Is this possible? Thanks Paul...
Why do you need to share the state and what types of application is it being shared between. But, you could use sql server - an xml based solution (save to...
Alan Flaherty
alan@...
Sep 23, 2003 5:03 pm
37
All, I have a question concerning COM+ transactions from a .net point of view. The scenario is this: I have a complete class where I have set the transaction...
Hi all, Being quite new to .net, I am wandering what the best approach is to deployment of the following scenario: I have 1 COM+ application containing a...
Hi All, I've got this application where thousands of objects are created once every so often -- they are the application metadata. They are build from a huge...
Here's a note I sent out to my comrades yesterday. Thoughts and comments appreciated: 1) Core design pattern Observer (aka Publish/Subscribe) ...
Rob Waggoner
rwaggs@...
Jan 16, 2004 5:15 pm
41
All, I'm looking for some guidance for the following scenario: I'm building a small ASP.NET application to update reference / lookup tables. Most of these...
Several authors are finishing up a manuscript for an upcoming book tentatively entitled: Enterprise SOA which discusses at an advanced level: Component Based...
Looking for co-authors for two upcoming books. The first book is on enterprise architecture. Must be familar with business architecture, reference models,...
Hi all, I'm just sort of curious to what architecture other people are using. I guess the architecture we use is pretty typical. I mainly work on websites so...
How do I set up my page to prompt a user name and password login at the home page? I am writing in asp.net and need some help. I need to authenticate as much...