| Thread | Last Post | Replies |
|
| system.directoryservices usage | 22 Sep 2005 17:37 GMT | 3 |
I figured I'd start this post on the .NET general forum instead of the ADSI forum but feel free to nudge me along if I am looking in the wrong place. I am working with System.DirectoryServices to connect up to Active
|
| Chat: C# 3.0 Language Enchancements, September 22nd @ 1pm Pacific Time | 22 Sep 2005 16:28 GMT | 5 |
This is really exciting stuff. We'll see you there! It might be a good idea to do some background reading before you show up.
:0) C# 3.0: http://msdn.microsoft.com/vcsharp/future/
|
| C#.net error in COM object with CLSID | 22 Sep 2005 15:49 GMT | 4 |
i have tried running the csharpsite in my Microsoft Visual C#.net and after i hit the run button i keep getting the same error which is : Server Error in '/csharpsite' Application COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not
|
| Unable to send e-mail from web form | 22 Sep 2005 15:37 GMT | 1 |
I'm getting the following error: Exception Details: System.Runtime.InteropServices.COMException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available.
|
| Visual Studio 2005 | 22 Sep 2005 15:04 GMT | 2 |
Is there a forum for discussing Visual Studio 2005? If not.... I appear to be missing the 'PageLayout' property of the asp page. Is this just missing in beta 2?
|
| Right click on a tree view | 22 Sep 2005 15:01 GMT | 2 |
C# Is it possible to get a popup menu to fire on right click of a node in a treeview? Thanks
|
| Web Browser Control - controlling the background color... | 22 Sep 2005 14:44 GMT | 9 |
I am using a web browser control to display some PPT slides saved as HTML. My client has recently asked that the background of the browser be changed to sonething other than white so that the slides "standout". I've tried setting the browser's BackColor setting, but that had no ...
|
| How to get the error number in .net | 22 Sep 2005 13:44 GMT | 1 |
Is there a way to get the error number in VB.net Exception class as it was there in VB6 like 'vb code if err.Number=1234 then
|
| need some simple code to copy text to clipboard | 22 Sep 2005 10:01 GMT | 3 |
need some simple code to copy text to clipboard in c# - my app has right click > copy to clicpboard feature, which is best way to do this?
|
| Where Can I Get Free Components or Controls? | 22 Sep 2005 09:00 GMT | 1 |
I've searched the internet. Google showed bunch of sites but all of them were selling components. Isn't there any site that I can browse and download FREE .NET components or controls? I used to use dotnetMagic UI suite, but it went
|
| calendar object with skin | 22 Sep 2005 08:56 GMT | 1 |
hello all i'm tring to make a zebra look to my calenadr by the day sun=white mon=blue tue=white and on. not just the hedaer ,but all the month.
|
| Custom Dialog box | 22 Sep 2005 08:55 GMT | 1 |
Is there any way of creating custom dialog boxes other than the onex provided by the User interface (Textbox (A))
|
| aspnet users permission under SSL on WindowsServer 2003 | 22 Sep 2005 08:52 GMT | 1 |
my ASP .Net application works fine until I have it run under SSL. When a remote user wants to write a file or create a folder, the app will throw a permission error although permission is already given (again, it works with under regular HTTP protocol). Does anybody have an ...
|
| Regular expression | 22 Sep 2005 03:43 GMT | 1 |
I need to extract all the href urls and the anchor text with regular expression match from a html page. I have this href\s*=\s*(?:""(?<1>[^""]*)""|(?<1>\S+)) regex with me. This only extracts the href link url . With url I need the anchor text as well.
|
| Timer question | 22 Sep 2005 02:54 GMT | 5 |
I need some help on timers. My app is asp.net 1.1 website running in a shared hosting environment with a third-party service provider. I currently request and cache 20 - 40 remote RSS feeds. When a user requests the page, the app first tries to retrieve a feed from cache, if the ...
|