| Thread | Last Post | Replies |
|
| Making an email link with DataBinder.Eval | 11 Jul 2005 08:16 GMT | 1 |
I want to make an email link using databinding. I am able to get and display the email address from the database it is stored in using databinding as follows: <asp:HyperLink id="lnkEmail1" runat="server" NavigateUrl='<%#
|
| Bug or what? | 11 Jul 2005 02:46 GMT | 3 |
I have form with one of tabpages having 2 listboxes and 2 combo boxes. I load them using DataSource property in initializer - by default. I just assign DataViews, which are built from underlying DataTables. So, I have 4 different tables where I get data from.
|
| Networkstream.BeginWrite exception | 10 Jul 2005 18:43 GMT | 1 |
I have a multi-tier application which uses tcp/ip for communication between tier. Sometimes during the startup of the server I get the following exception (the first line was added by my application):
|
| Using two libraries with the same name in one project | 10 Jul 2005 14:28 GMT | 1 |
Hi NG, I have a problem using two dlls in c# via COM which have the same name (and namespace structure, also the classmodel is identical), they just differ in their Version, but I want to use them both in my Application. As a
|
| Getting the Modified Time Stamp from a File in .Net | 10 Jul 2005 14:25 GMT | 4 |
I'm trying to get the Modified Time Stamp (that appears in Windows Explorer). I'm using: fl.LastWriteTime.ToShortDateString();
|
| How to create AD objects? | 10 Jul 2005 13:37 GMT | 2 |
Can I create Active Directory Objects with my c# program.? I mean usernames.. Thanks Please point me in the right direction.
|
| Capture ethernet frames | 09 Jul 2005 20:03 GMT | 7 |
Is there any way of captureing ethernet frames (not only IP, I know how to do that) using the .NET framework? Especially, I'm trying to listen to Cisco CDP traffic present on the wire. The traffic is non-ip using a special destination mac-address and
|
| ThreadAbortException - Why is it rethrown? | 09 Jul 2005 19:08 GMT | 3 |
I have a question regarding ThreadAbortException. Why is the thread abort exception rethrown at the end of a catch clause? Why is ThreadAbortException's behavior designed to be this way? Thanks in advance
|
| .net Training in Toronto/Canada? | 09 Jul 2005 19:04 GMT | 1 |
I am looking for excellent .net training resources in Toronto, Canada area. Ideally one with possible CO-OP placement. Any one?
|
| What establishes the framework an assembly runs under? | 09 Jul 2005 11:47 GMT | 2 |
Does anyone know what establishes the framework an assembly will run under? For example, when I look at my custom assembly (C# library) in the GAC, the Runtime column shows it will run under the .NET framework version 1.1.4322. How is the GAC determining/setting this? I did not ...
|
| COMException when using Interop.SHDocVw | 09 Jul 2005 08:22 GMT | 3 |
I have an application that loads IE and iterates through web pages to retrieve information from the page then activates specific controls to retrieve the next page and iterate through that page for it's information, etc, etc.
|
| Intermittent sockets performance problem with multiple remote machines | 09 Jul 2005 05:21 GMT | 1 |
I've been trying to find a reason for this for a while now and am completely sick of it. I have a test app which uses System.Net.Sockets.Socket to receive large amounts of data (2MBytes total) from serveral worker processes on remote machines. Most of the time the data is ...
|
| Multiple use exe: determine if running as service | 09 Jul 2005 04:42 GMT | 7 |
OK, I've been researching this problem and can't find a definitive answer yet. The situation is one that seems to have come up a few times to different folks. I am writing an application that will function as a windows service
|
| Enum local user accounts | 09 Jul 2005 03:55 GMT | 4 |
Hi Is it possible to enumerate the local user accounts by means of classes in System.DirectoryServices namespace? My OS is Windows XP Professional. Thanks,
|
| 401 Error on RequestStream | 08 Jul 2005 20:02 GMT | 3 |
Hello. I am making the practice of chapter 6. Biztalk Unleashed its about sending an HTTP request with a c# webform. I got this error Unable to complete web request. Web Exception error: Error en el servidor
|