| Thread | Last Post | Replies |
|
| NonSerialized! | 09 Aug 2005 19:40 GMT | 2 |
When i enumerate fields in class with reflection, How to know if a field is marked as NonSerialized? Type c2 = typeof(Class2); foreach(FieldInfo m in c2.GetFields
|
| Child Neglect | 09 Aug 2005 19:17 GMT | 2 |
I was under the impression that, when ASP rendered a page, it recursively traversed the hierarchy, executing all controls in each ControlCollection of every control in that hierarchy. I tried adding a Button control to a TextBox ControlCollection,
|
| Getting the process ID | 09 Aug 2005 16:04 GMT | 1 |
Does anyone know how to programmatically get the Process ID of a running application in .Net? If so, could you share some code or point me to a resource? Thanks!
|
| Mixing ASP Classic with DOTNET | 09 Aug 2005 14:25 GMT | 1 |
Does anyone know if I can use DOTNET assemblies in an ASP Classic page? Basically I want to start writing business logic and database access stuff in DOTNET but I want to use ASP Classic pages for presentation. If so is there any information about this you could direct me to?
|
| Change colour of Toolbar? | 09 Aug 2005 11:16 GMT | 2 |
I have some standard toolbars on some of my screens and they are standard grey. Problem is the rest of our app is light blue, and they look out of place. Is there a way of changing the colour of the toolbars? Same for statusbar too, can I change that?
|
| Drag And Drop/Explorer Styling | 09 Aug 2005 10:43 GMT | 3 |
I am trying to mimic a behviour and obviously having some trouble with it. Open up two Windows Explorer windows. Select a file in (1) and drag it to a folder in (2). Prior to dropping it, the now "target" folder highlights as selected, confirming to the user that that is where ...
|
| Progress bar | 09 Aug 2005 10:36 GMT | 2 |
I wrote a program that downloads rar files off my ftp server using TCP client. I would like to display a progress bar that advances while downloading the files. I tried that, but the program freezes while it's downloading and the progress bar is not responding as well. I've read
|
| consuming windows service in web application | 09 Aug 2005 10:15 GMT | 1 |
I am working on a ASP.Net web application. I have to build a windows service which will have functions that returns Current Systems CPUID etc... I need to consume this Windows service with my ASP.Net web application. How can I do this? Is it possible to do so?
|
| how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites? | 09 Aug 2005 09:56 GMT | 1 |
how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites?
|
| uninstall using installUtil /u doesn't delete the entry in service | 09 Aug 2005 09:37 GMT | 1 |
uninstall service using installUtil /u says it was succesfull, but the entry is still shown in the services. Tried also deleting from HKLM\SYSTEM\CurrentControlSet\Services\.., makes no difference. Thanks for any help
|
| PLease Help Get Age FRom DAte | 09 Aug 2005 07:35 GMT | 3 |
Im making this stored procedure to return the age of the user to the web control but the problem is that DATEPART(). I can only Specify one and i need the age to to the exact format of mm dd yy but i cant get it into the Query so it can execute. And when I use the yyyy to return ...
|
| Help !! | 09 Aug 2005 07:31 GMT | 1 |
My pc died and I have basically had to rebuild the pc. I had a licensed copy of vs .net enterprise 2003. Un-fortunately I do not have access to the original cd's and I did not have a system back-up to restore from; this is because I had to replace
|
| CallBack Method To Refresh Cache Within Global.asax | 09 Aug 2005 02:44 GMT | 4 |
Ok, I'm must be an dummy, there are tons of examples which none of which I can get to work! I want to setup and refresh about (10) different cache items. Most examples show this type of work being completed in the global.asax but I can't get it to work. I move the code to a C# ...
|
| how to profile speed, function timing, in .NET | 08 Aug 2005 22:50 GMT | 1 |
In Visual Studio 6, using C++, you could perform function timing, get hit counts, etc. You would choose to Enable Profiling, then choose Build Profile, and it would create a brief report. It worked great. Is there a simple profiling method included in C++.NET?
|
| property assignment in vb.net | 08 Aug 2005 17:33 GMT | 5 |
My first simple attempt at using a property. and I get an exception "An unhandled exception of type 'System.StackOverflowException' occurred in BalanceOmatic.exe" on line xxx. I have included the property code and the button event used to set and call the property value. Any ...
|