| Thread | Last Post | Replies |
|
| Timers run on the creating thread? | 14 Jul 2006 01:52 GMT | 4 |
Do timers run on the same thread that creates them or (internally) a new thread is spawned per timer?
|
| Limit to range of colors displayed by Label control? | 13 Jul 2006 23:41 GMT | 3 |
I was just curious to know if there was a limit to the range of colors a label control can display. For instance if I set a label control's ForeColor to 28, 23, 15 it renders black (on my system, at least - but I'm running an nVIDIA GeForce 440 MX 64MB card running in 32-bit ...
|
| Add Javascript to <body> Tag? | 13 Jul 2006 22:11 GMT | 2 |
I need to add some client scripts to the <body> tag's "onbeforeunload" event. Does anyone know how I can use the Attributes.Add() to accomplish this? I tried adding id and runat="server" attributes to the body tag but still can't access it from the code-behind.
|
| Install SQL Server Express with application | 13 Jul 2006 22:09 GMT | 2 |
Using VS2005/Frameowork 2.0, I have been asked create a setup which will install my app, SQL Server 2005 Express and possibly .NET Framework 2.0. This will be a downloaded or CD based install, not ClickOnce. Could anyone point me to a difinitive guide, hopefully with examples, on ...
|
| Writing Performance Counters | 13 Jul 2006 22:06 GMT | 2 |
Can someone point me to a decent tutorial type article on writing performance counters in .Net? Thanks. Jerry
|
| error in webservice response | 13 Jul 2006 21:17 GMT | 1 |
I'm using VB .Net 2003. When using a webservice, if I have any parameters wrong or missing in a method call I'm doing, the remote server is returning something, but all I see is
|
| Set focus inside a repeater | 13 Jul 2006 21:06 GMT | 7 |
I'm using a repeater for editing, but having a devil of a time setting the focus to a textbox inside the repeater. Does anyone have an example of how to do this?
|
| Reflection and Nullable | 13 Jul 2006 19:23 GMT | 2 |
Can someone please kindly show me how to determine if a type (read value type) is Nullable. MSDN has this KB:
|
| Upgrading to later version of .NET Framework 2.0 | 13 Jul 2006 17:29 GMT | 2 |
My computer has .NET Framework v 2.0.50215 installed. A program says I need to install .NET Framework v 2.0.50727. I went to Windows Update and selected the .NET Framework, but Windows Update would not install it -- it gave reference to KB829019, but that article doesn't ...
|
| Search specific .net dlls from a folder | 13 Jul 2006 17:11 GMT | 1 |
I have many dlls in a folder and i want to search specific .NET DLLs. is there any property of .NET dlls so that i can find them help will be appreciated Best Rgds
|
| Detecting if a NTAccount is user or a group | 13 Jul 2006 17:02 GMT | 1 |
I wanted a reliable way of detecting if a given NTAccount object represents a user account or group account. I was using SecurityIdentifier.IsAccountSid() method but this doesn't work as I expected. It returns true for user accounts and also for groups created
|
| Multiple DLL exists after installation | 13 Jul 2006 16:35 GMT | 3 |
I have one question related to installation of the assembly. I have created 2 dlls, say a.dll and b.dll I have created one exe which refers to both the dlls i.e. a.dll & b.dll I have created another exe which referes to just one dlls i.e. a.dll
|
| Assembly.LoadFrom failing in .NET 2.0 | 13 Jul 2006 15:40 GMT | 1 |
We have an application that generates .NET assembly DLLs at runtime and executes them. It normally generates the assembly DLL once per user task and any time the same user task is done again it simply loads the already existing DLL and executes it.
|
| Which operating System on Development client? | 13 Jul 2006 14:45 GMT | 1 |
which Operating System do you use on your development client? As XP shipüs with IIS 5.1 while Windows 2003 Server has IIS 6.0 onboard, we are thinking about removing XP and instead installing Windows 2003 Server on our clients. Anyone ever thought of this and maybe uses it
|
| Connection timeout when using transactions | 13 Jul 2006 14:12 GMT | 7 |
I'm getting a timeout error while trying to select data from SQL server 2005 after opening a transaction in asn asp.net application. It goes like this: SqlConnection conn1 = new SqlConnection(...);
|