| Thread | Last Post | Replies |
|
| .Net framework 1.1 SP1 (distributed app) | 18 Nov 2004 14:12 GMT | 2 |
When a distributed app. is compiled on a machine with the SP1 do need every machine where the app. will run the SP1? Gaby
|
| while using FormsAuthentication exempt a directory | 18 Nov 2004 13:25 GMT | 2 |
I want to exempt an entire subdirectory "/help" from the need for FormsAuthentication. How can I do it? I am using .Net FormsAuthentication to require login to all non member pages in my application via
|
| DataGrid Cells: Detecting Value changes? | 18 Nov 2004 13:05 GMT | 1 |
Hi all... I have a DataGrid bound to a DataTable. My DataTable gets updated programmatically as it contains the status of a number of worker threads. Each "main" worker thread launches a number "child" threads, so displaying
|
| On Jon Skeet's threadpool | 18 Nov 2004 10:27 GMT | 4 |
Jon, I've taken a look at it and these comments are based on a code-inspection but I did not verify the correctness if its operation by using it in a sample.
|
| Browser compatibility | 18 Nov 2004 09:27 GMT | 3 |
Just a quick and hopefully straightforward question.... are there any issues with web sites based on .Net not working correctly (or at all) for clients using non IE browsers (Mozilla and Firefox being the two major concerns obviously)?
|
| Create Command File not present in Database Project | 18 Nov 2004 06:42 GMT | 1 |
I don't have the Create Command File menu option available in Database Project I have in Visual Studio. I'm running Visual Studio .NET 2003 Professional Edition Is it available in this edition? If so how do I enable it?
|
| Generate Big Integers | 18 Nov 2004 05:57 GMT | 3 |
How do I generate Big Integers in VB .NET? For example, if I have a number like 98908324328432864872364234623874682342234234242342 that can't be stored in INT64 or INT32 type variable. How can I generate it?
|
| managed c++ class library question | 18 Nov 2004 01:35 GMT | 1 |
Hello, quesion, in a managed c++ class library I create a namespace ( MyNS ). In namespace a struct ( MyStruct) and a class ( MyClass ). public __value struct MyStruct{...};
|
| RegEx | 18 Nov 2004 01:12 GMT | 2 |
If i have a string like this: "<td class="yfnc_tablehead1" width="75%">Float:</td><td class="yfnc_tabledata1">2.20M</td> <td class="yfnc_tablehead1" width="75%">Outstanding Shares:</td><td
|
| help with Dot net | 18 Nov 2004 00:09 GMT | 4 |
I have windows XP Home on my home computer. I have procured the dot net enterprise architecture version and I would like to install it and learn ASP.net. Can anyone tell me how I would go about doing this and what all is required
|
| Referencing Assemblies | 17 Nov 2004 22:58 GMT | 3 |
I installed WSE 1 and WSE 2 using the msi files. I see both registered in the GAC. However, when I try to reference the .dll using the command line compiler ( /r:microsoft.web.services.dll ) it tells me that it cannot
|
| COM+ | 17 Nov 2004 20:30 GMT | 1 |
I installed Visual Studio .NET 2003 (Default Install) on XP Professional with SP2. When I try to register a COM+ app using regsvcs in CMD.exe it gives me an error (Bad Command or File name).
|
| VB.NET 2003 Won't run a form | 17 Nov 2004 20:19 GMT | 5 |
When I try and run a form in VB.NET 2003, the form does not run. It indicates that the build succeeded, but the software just hangs there and never displays the running form. Any ideas?
|
| SSL forms | 17 Nov 2004 18:30 GMT | 4 |
A form is being called on many different pages(VB.NET). We have to now make the form as HTTPS, since some sensitive information is being collected on form. I tried creating a meta refresh tag on form1.aspx as is
|
| How to populate checkboxes in a grid control? | 17 Nov 2004 16:59 GMT | 1 |
In grdReport_ItemDataBound event how could I populate the checkbox column according to another hidden column value? Thanks! awan
|