| Check For Null (5 replies) |
| ASPFriends.com 'aspngcs' list |
| Is there anyone knows how to check a NULL in C# Lnaguage?. I think IsDBNull is used for database field. Am I right?. Thanks & Regards, Venkat |
|
| Building Transactional Components in .NET (5 replies) |
| ASPFriends.com 'aspngcs' list |
| Can anyone point me to any references about building transactional components/objects in C#, or any MSDN articles which could be useful in getting up to speed on this technology. Regards Steve Steve Marshall Software Developer 20 UniTech 25 Bernard St, Edinburgh, EH6 6SH Phone : 0131 472 5562 |
|
| FTP Client (2 replies) |
| ASPFriends.com 'aspngcs' list |
| I've been developing a C# FTP client based of various bits of source code (mostly Java) which I've 20 found on the Net, and have got most of the basic functionality working with the exception of STOR. (the putFile code below transfers the file to the FTP server succesfully, but the server doesn't appear to notice that I've finished sending data). 20 rfc959 says that closing the data socket should ... |
|
| dll not found (2 replies) |
| ASPFriends.com 'aspngcs' list |
| Hi .. The compile .bat file consists of the following @Echo off csc /t:winexe /out:WinForm1CS.exe /R:System.Xml.DLL /R:System.IO.DLL /R:System.Data.DLL /R:Microsoft.Win32.Interop.DLL /R:System.DLL /R:System.WinForms.DLL /R:System.Drawing.DLL /R:System.Data.Design.DLL /R:System.Net.Dll WinForm1CS.cs WinForm1CS is my file which i want to compile .. in the dos prompt i type compile .. but get the err... |
|
| As I represent that in C# (2 replies) |
| ASPFriends.com 'aspngcs' list |
| That code is of Delphi: type TTipoToken (id,num,se,pt,letra,lit,data,Fim); . . . Function TfmMain.GetToken : TTipoToken; As I represent that in C# Hugs Joel Alexandre Darós |
|
| Versioning Problem (4 replies) |
| ASPFriends.com 'aspngcs' list |
| I developed a Class Library using C#. And get referencing in Windows application (Client) which is also in C#. Initially everything is working fine. But whenever I am decreasing or increasing the no. of parameters of a particular Method (i.e function) in a Class Library, then afterwards I am not able to access the modified Method from the client again, which I was using earlier. It genrates compil... |
|
| What the correct sintax? (3 replies) |
| ASPFriends.com 'aspngcs' list |
| What the correct sintax of the code below: switch (StrAnalisa[Position]) { case 0..9 : goto lb2; case a..z : goto lb4; } The problema are in 0..9 and a..z. As I represent that in C#? |
|
| how to serialize and deserialize a datareader? (2 replies, VIP) |
| ASPFriends.com 'aspngcs' list |
| Anyone have any sample codes on how to serialize and deserialize a datareader so that it can be read by a client accessing a web service?? (using the xmlserializer)??? Thanks in advance |
|
| Using Namespace... (7 replies) |
| ASPFriends.com 'aspngcs' list |
| Quick question... I have 2 name spaces defined, with many classes in each. I need to use the second Namespace in the first. I tried simply "using SECONDNAMESPACE"; but it does not work. Any ideas what Im missing? Robert Chartier Author and Developer 604 975 5590 rob@aspfree.com http://www.aspfree.com/devlinks http://www.aspfree.com/authors/robert http://www.aspalliance.com/nothingmn |
|
| simple csc.exe frontend (16 replies) |
| ASPFriends.com 'aspngcs' list |
| While this was humorous, I didn't find it extremely helpful. I'm just looking for a simple 1 form app that has listboxes, dropdowns, and browse buttons to wrap csc.exe. something simple that will appeal to the notepad crowd. If nobody knows of anything, I'll prolly write one tonite. Andy Smith Staff Programmer Harding ESE Original Message From: acsills@greatlandinsurance.com 20 Sent: Tuesday, Sept... |
|
| C# properties in interfaces or abstract methods (2 replies) |
| ASPFriends.com 'aspngcs' list |
| Is it possible to put C# properties (ie get{} set{}) in an abstract method, or an interface? If so, what is the syntax? Since an interface method and abstract method cannot have a body, how do you specify a method is a property without the get and set in the body? Thanks, Clint |
|
| versioning c# dlls (2 replies, VIP) |
| ASPFriends.com 'aspngcs' list |
| call me silly... But how are people versioning files they compile with csc? vbc has a version property, csc doesn't, as far as I can tell. Andy Smith Staff Programmer Harding ESE |
|
| C# question (3 replies) |
| ASPFriends.com 'aspngcs' list |
| Copied from [winforms cs] to [aspngcs] by TrollHunter Hi, Could anyone answer this for me ? Why deterministic finalization is not provided for managed objects in C# ? Thanks, Priya Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com |
|
| Editing data grid's (4 replies, VIP) |
| ASPFriends.com 'aspngcs' list |
| Moved from [aspngcommunity] to [aspngcs] by darthcarroll@asplists.com Dear list members! I would very much appreciate if you could point me to some tutorial on using VS and C# to edit a data grid All the examples I have seen are in conflict with the auto generated code that VS produces. For instance setting the properties of the dataview to sort, edit, delete etc. seams to generate some script to ... |
|