| Thread | Last Post | Replies |
|
| ICloneable ... why type it out? | 13 Nov 2004 21:40 GMT | 4 |
I've been making deep copy clones of objects since my second week or so with .Net (it took me the first week to realize that shallow copies were usually worthless as "clones"). Normally I call my method "Clone" ... it's just a naming habit I got into
|
| MSDN Installed before .NET | 13 Nov 2004 20:25 GMT | 1 |
.Net can't seem to find my MSDN when I press F1 on a form - it keeps prompting me for the CD. Is there a setting in dotNet where I can tell it where my MSDN is?
|
| Newbie - .NET Distribution Question | 13 Nov 2004 19:13 GMT | 2 |
This may be a dumb question, Please forgive me, but I cannot seem to find a straight answer for myself. What I would like to know is, With the Standard Editions of the .NET development tools, Can I distribute programs that "I" write in
|
| Smartnavigation Problem | 13 Nov 2004 17:35 GMT | 1 |
I have problem while i was enabling the smartnavigation true on my page. it is giving me javascript error: "Invalid Pointer" in http://localhost/aspnet_client/system_web/1_1_4322/SmartNav.js javascript. can any tell the solution or cause of it ?
|
| Retrieve web form name or id? | 13 Nov 2004 15:55 GMT | 4 |
is it possible to retrieve the name or the id of a form in an ASP.Net page? In the code behind inside the page class, I would like to be able to reference to that "form object" and to retrieve its name or id. is that at all possible?
|
| Drop Down list in visual basic | 13 Nov 2004 15:13 GMT | 1 |
I am trying to create a "front end program" to an oracle database and am using visual basic .net to create the program that will accomplish this. What i need to do and what i can't find is the code to create a drop down list with 4 values and one (null) set as a default. I am ...
|
| Monitor.Wait vs Thread.Sleep | 13 Nov 2004 11:37 GMT | 2 |
I understand the Thread.Sleep method is a very effcient wait state. Can the same be said for the Monitor.Wait method? Many Thanks DT
|
| Clearing an Array... | 13 Nov 2004 05:13 GMT | 4 |
How does one clear an Array? Situation is when I am executing my program everything works fine, but when I try and repeat the program without resetting my program I get this error, 'System.IndexOutOfRangeException' , does this mean I have to somewhere
|
| Check Internet connection, prompt dial-up dialog. Pls Help! | 13 Nov 2004 03:01 GMT | 9 |
Hi, I've posted this question on several forum but have no response. So I hope anyone who have any idea what I'm talking about please give your solution or advice. My problem is I need to check the internet connection and pop-up a Dial-Up
|
| app.exe.confg file being deleted when windows application is compi | 12 Nov 2004 22:45 GMT | 1 |
I just upgraded from the 2002.net to the 2003.net. I had been using a .config file for database conection info. Now when I compile my application to debug the config file is being deleted out of the /bin/debug folder. Is there a fix for this?
|
| USA**FL**PALM BEACH**dotnet (.NET) C# C-sharp Software Developer Wanted | 12 Nov 2004 21:06 GMT | 1 |
EXCITING LEADING EDGE TECHNOLOGY DEVELOPMENT IN THE BIOMETRIC IDENTIFICATION INDUSTRY Software Developer Join a fast-growing, driven and passionate team of developers, systems
|
| WebDAV sample | 12 Nov 2004 20:50 GMT | 1 |
I tried "Getting the size of a Mailbox(WebDAV)" from Exchange Server 2003 in MSDN blog: http://blogs.msdn.com/kclemson/archive/2004/01/23/62247.aspx But I got error: (400) bad request.
|
| Visual Studio.Net & .Net Framework version | 12 Nov 2004 20:45 GMT | 2 |
My Visual Studio.Net version is 7.1.3 and it automatically assumes .Net Framework version 1.1 . How do I program for .Net Framework 1.0 and still use 7.1.3? Thanks,
|
| How do I set "Result Code" (visible in Scheduled Tasks) in VB App | 12 Nov 2004 20:30 GMT | 1 |
I would like my VB application to set some specific values in the "Result" code so that when we check the "Last Result" column in Scheduled Tasks we'll see that information. Suggestions?
|
| Functions and methods are not visible in a component | 12 Nov 2004 20:13 GMT | 2 |
rookie question: I have built a component with one class declared as public. The class has one function declared as public. The function takes one parameter. I register the component.
|