| Thread | Last Post | Replies |
|
| DataTable in a Session variable | 11 Sep 2006 19:33 GMT | 4 |
How do I define, store and retrieve a dataTable from a Session variable?
|
| how to connect to remote system from the local system | 11 Sep 2006 19:26 GMT | 2 |
I need to develop c#.net application in which i need to access remote system from local system and can work on that remote system from local system. how such type of applications can be built in c#.net?
|
| Loading data of a excel sheet or excel sheet format in Rich TextBox Control | 11 Sep 2006 19:23 GMT | 3 |
I want to load the data of a excel sheet or in the exact excel sheet format into a Rich TextBox control. I have already worked with loading WORD into a Rich TextBox. It is working fine.; But it is taking long time for our need. So we thoguht,
|
| File.Exists always returns false | 11 Sep 2006 19:21 GMT | 4 |
I have a website sitting on a server (ServerA) with images to be displayed sitting on a separate server (ServerB) on the same network. I am trying to test for the existance of an image using: File.Exists(Server.Path("/images/" + "myImage.jpg")
|
| Regular Expressions | 11 Sep 2006 19:18 GMT | 2 |
I need to string an html string of html tags using regular expression substitution or substring assignment. Is there a method withing a String class I need to use or perhaps another class? Any samples would be appreciated.
|
| Compile error help byte array | 11 Sep 2006 19:12 GMT | 12 |
I have the following code: background: const int MAX_DATA_BYTES=250; byte[] blkin =new byte[MAX_DATA_BYTES]; /* Receive buffer */
|
| "Global" Dataset - Singleton | 11 Sep 2006 18:30 GMT | 8 |
hello, i try to implement a global dataset - singleton based. On www.bakterienforum.de i found a singleton implementation: sealed class SingletonCounter {
|
| How to obtain folder from Uri | 11 Sep 2006 17:17 GMT | 1 |
I am trying to build a fairly simple spider, that takes in a Url, downloads the page, extracts all links, and then downloads those. The only problem I am struggling to crack is how to restrict the downloaded links to only those from within the starting folder.
|
| Keyword 'friend' in C#? | 11 Sep 2006 16:47 GMT | 2 |
Is there anything in C# correspondent to 'friend' keyword in C++? I searched documents and found something [assembly:blahblah] but I am not sure if it is what I am searching for. Please reply. Thanks in advance.
|
| Performance over COM | 11 Sep 2006 16:41 GMT | 4 |
Recently I wrote a program to help my wife to extract data from about 500 excel files. For each file, around 1000 cells are visited and the texts are retrieved. Firstly I wrote a python script, used win32com module. The program ran
|
| Events, weak references or other approach advice required | 11 Sep 2006 16:32 GMT | 4 |
Hi, I've just written the following code to describe the issue I have. In a nutshell if an object subscribes to an event on a long lived object and I then ditch the reference to the subscriber (set it to null) The object doesn't get GCed because the publisher still has a
|
| Strange Behavior With BackColor In Inherited Control | 11 Sep 2006 16:32 GMT | 3 |
I developed a Windows control in VS 2005 that inherits from the PictureBox Control that adds the ability to select images in a Windows application. It is, however, experiencing a strange issue that I can't explain. One of the desired affects was to provide the ability to
|
| Creating a Business Logic Layer | 11 Sep 2006 16:30 GMT | 1 |
I have read and followed Scott Mitchells' tutorial, Creating a 'Business Logic Layer', @ http://www.asp.net/learn/dataaccess/tutorial02cs.aspx?tabid=63, and it occurred to me that he did not include the InsertProduct("New Product", 1,
|
| Set the toolbox icon and default text for a control | 11 Sep 2006 16:26 GMT | 2 |
I have create an inherited control (a TextBox which doesn't accept numbers) and have added it to my toolbox. Can anyone give pointers on how to set the Text to "" when an instance of this control is dropped onto a Windows form? I have set the Text to "" in
|
| About Paint Event | 11 Sep 2006 16:03 GMT | 4 |
I do some drawing in a form's paint event handler and I have a button on that form. Whenever the mouse enters or leaves the button Form's paint event occurs. Isn't that a strange behavior? Is it possible to prevent that? Thanks.
|