.net-1.1 Questions
1
Possible Duplicate:
How to tell if .net app was compiled in DEBUG or RELEASE mode?
Simple Question; Is there an easy way to check whether a .NET 1.1 assembly is debug-compiled or not?...
7
Solved
Details:
Only disable after user clicks the submit button, but before the posting back to the server
ASP.NET Webforms (.NET 1.1)
Prefer jQuery (if any library at all)
Must be enabled if form relo...
Banket asked 5/9, 2008 at 15:45
1
Solved
I am cleaning up the DataReaders in an old .NET 1.1 project that I inherited.
The previous developer coded the data-access-layer in such a way that most of the DAL methods returned SqlDataReaders...
Supersensitive asked 29/10, 2008 at 15:46
4
Solved
Does anybody know what user privileges are needed for the following code needs to successfully execute as a scheduled task on Windows Server 2003:
System.Diagnostics.Process.GetProcessesByName(Pro...
Avera asked 30/9, 2008 at 9:15
5
Solved
I need debug some old code that uses a Hashtable to store response from various threads.
I need a way to go through the entire Hashtable and print out both keys and the data in the Hastable.
How ...
7
At my job, I have a clutch of six Windows services that I am responsible for, written in C# 2003. Each of these services contain a timer that fires every minute or so, where the majority of their w...
Anabiosis asked 25/8, 2008 at 14:45
5
My code needs to determine how long a particular process has been running. But it continues to fail with an access denied error message on the Process.StartTime request. This is a process running w...
Ferryman asked 26/8, 2008 at 17:48
1
Solved
I'd rather not have to resort to calling the command line.
I'm looking for code that can map/disconnect a drive, while also having exception handling.
Any ideas?
© 2022 - 2024 — McMap. All rights reserved.