| Thread | Last Post | Replies |
|
| Emails seemingly disappearing.. very strange problem | 29 Nov 2005 22:44 GMT | 6 |
I have been tearing my hair out (or indeed, what's left of it) all day with this one. I'm not sure if it's a .NET issue, a server issue or anything else and would appreciate any guidance. Basically, I have a web app that sends emails. Very basic code, nothing
|
| Newbie: C Sharp and ASP.Net. Books wanted. | 29 Nov 2005 22:33 GMT | 3 |
We have several desktop applications written in either Foxpro or Access. Next year, our company wants to move to C# and ASP.NET and put these application in an intranet. I have 10 years experience creating department wide solutions using
|
| Trap Events in a specific object... | 29 Nov 2005 22:31 GMT | 7 |
I am currently creating a WLAN simulation problem and have encountered a problem... I have two classes (Channel and RadioLayer), and for instance create the following objects:
|
| UploadFile() | 29 Nov 2005 22:30 GMT | 3 |
I am working on using the webclient.uploadfile method.byte[] responseArray = myWebClient.UploadFile(sPath,"POST",sFile); This works fine most of the time but from what i can tell it will not work with files larger than about 3 meg in size. This happens on both win 2003
|
| ASP.NET meta head | 29 Nov 2005 21:50 GMT | 2 |
When i Use HtmlHead head.Title I can change the <title> of a webpage from codebehind. But I need to add <meta>, <link href=> an <script src=> also from
|
| Version Tolerant Serialization | 29 Nov 2005 21:19 GMT | 1 |
New for .net framework 2.0 is version tolerant serialization. To use this new feature, do I also need to use the new generics types for collections, e.g. SortedList? Thanks,
|
| Progress bar causes application lockup | 29 Nov 2005 21:12 GMT | 9 |
This is 100% reproducable. .NetCF / WinCE5.0 / VS.Net 2003 1. Create a new 'smart device application' project. 2. Add a progress bar to the form 'progressBar1' 3..Add: using System.Threading; to the top of the code.
|
| Developing with Web Services in Express editions - impossible?? | 29 Nov 2005 21:03 GMT | 6 |
I'm using Visual C# Express and Visual Web Developer Express. It just occured to me, that there seems to be no way to develop a web service to be consumed in VWD and use it in VC#, since the web service is run on a random port etc.
|
| How to download an executable using HttpWebResponse | 29 Nov 2005 20:57 GMT | 2 |
I need to download an executable and some other binary files (a C++ DLL) from a virtual directory in my WinForms application. No-Touch Deployment manages my .NET code fine but auxilliary files such as these must be downloaded "manually" in my code. My text-based files download
|
| Add objects in arraylist | 29 Nov 2005 20:49 GMT | 3 |
public class test { public ArrayList myList = new ArrayList(); } test myTest = new test();
|
| Converting byte[] into byte?[] | 29 Nov 2005 20:25 GMT | 6 |
How can I convert a byte[] into a byte?[]? You can assign a byte to a byte?, but you obviously can't do that with an array. The way I'm currently doing it is a for loop that just copies the data from a byte[] to the byte?[].
|
| Converting HTML to readable RichText | 29 Nov 2005 19:49 GMT | 2 |
Is there a way to convert HTML to a readable format (i.e., like looking at a web page) inside a richTextBox component? Any help/samples/shoves in the right direction would be very helpful and very much appreciated.
|
| I can Store an expression within a Variable? | 29 Nov 2005 19:26 GMT | 8 |
Sample: String c="1+2+3" since it can makes to obtain the value of this Expression? Other Sample:
|
| NullReferenceException when delete last row in a datagrid | 29 Nov 2005 19:09 GMT | 2 |
I got a NullReferenceException when delete last row in a datagrid. I had hard time to solve since it does not occur in my own code. I put a datagrid in my inherited user control, then put this control on a form.
|
| Translation? | 29 Nov 2005 19:00 GMT | 1 |
This is something I have used in Delphi 6/7. It works fine. My question: Anybodu that know how to translate to C#.NET (it copies files over the network), or point me to article? procedure TfrmCopyCat.btnCopyCatClick(Sender: TObject);
|