| Thread | Last Post | Replies |
|
| @Page Attributes: ClassName vs. Inherits ?? | 28 Apr 2005 13:36 GMT | 4 |
Between ClassName and Inherits, which attribute is set to specify the class that a page uses? I would think that would be inherits. Further, the description for ClassName is: Specifies the class name for the page that will be dynamically compiled
|
| OT: SQL Server Memory Consumption | 28 Apr 2005 10:36 GMT | 5 |
How much SQL Server (sqlservr.exe) should be taking in memory ? I know its a very generic question, but any link or reference related to the memory conumption of SQL Server will be highly appreciated. Thank You
|
| security_cookie unresolved symbol | 28 Apr 2005 06:49 GMT | 1 |
I'm using Visual C++ .NET (V7) along with the beta version of the SDK so I can use x64 (AMD64) compiler. I launch a Win Svr 2003 x64 Build Env (Retail, PreRelease) window then issue a devenv/useenv at the command prompt to start the .NET IDE. I also modifed the project so it ...
|
| Title in Web Form | 28 Apr 2005 04:37 GMT | 1 |
I need putting title in Web Form of my application (AspNet with C #) for example: <title>Titulo </title> in their place appears: Titulo - Microsoft Internet Explorer is it possible that single "Titulo" appears?
|
| Crystal Reports Missing | 28 Apr 2005 03:01 GMT | 1 |
I'm running VB .Net 2003 Standard (V 7.1.3088) There is no reference to Crystal Reports in the Templates box when I attempt to add a new item. I believe I performed a full install. When I try to fix the install, there
|
| What could replace ActiveX in .NET? | 28 Apr 2005 00:09 GMT | 2 |
Currently I have in-house software package written around ActiveX(supporting VB and C++). Currently we are moving to .NET and I wonder what (component) in the .NET can replace(?) the ActiveX? I am a novice in .NET
|
| Does IIS Time-Out on Authenticated Users? | 27 Apr 2005 23:52 GMT | 2 |
Gah - sorry if this is a double post, the newsgroups are acting wierd. This is a very strange error I've been dealing with. I think these items might be related. I am able to debug code on IIS using VS.NET 2003. I can step through code,
|
| XmlDataDocument->DataSet->DataGrid: MDAC required?? | 27 Apr 2005 23:22 GMT | 3 |
I have a windows forms application and , what I basically do is: 1.- Instanciate a DataSet. 2.- Instanciate a XMlDataDocument attaching the DataSet to it. 3.- Load XmlDataDocument with a local XML document (C:\mydoc.xml)
|
| How to retrieve data from Dynamic Textboxes? | 27 Apr 2005 21:26 GMT | 1 |
I have dynamically created n number of text boxes in a form like txtQL(1), txtQL(2) , ...txtQL(n) How can I retrieve the values in a loop? I'm confused as to how to approach this! Please help.
|
| Free alternatives to SQL Server | 27 Apr 2005 20:49 GMT | 13 |
There are a few free databases that can be used with .NET, like MySQL, PostgreSQL and Firebird (and others?). I would like to know which one you would prefer, and why. It would be a pre if the SQL syntax would resemble SQL Server's syntax
|
| Jeff Relf's Brilliant Discovery -- And why .NET and Java should be OSS | 27 Apr 2005 19:00 GMT | 8 |
What is /automatic/ garbage collection, and how do I know that it is really efficient? If I use mono, I can look at the code. But if I use Java and .NET -- I have no idea.
|
| Week numbers totally incorrect !! | 27 Apr 2005 17:45 GMT | 2 |
When I use the "Calendar.GetWeekOfYear" function (with "fr-BE" as CultureInfo and Monday as the first day of week) I get : Friday 31/12/2004 : week = 53 Saturday 01/01/2005 : week = 1 (see code sample here below)
|
| Layers as Separate Assemblies, Circular Dependency, Architecture Question | 27 Apr 2005 15:30 GMT | 1 |
I'm currently refactoring a small to mid-size web application. One of my goals is to keep my layers as loosely coupled as possible. I've created 3 separate assemblies (Web GUI, Business Logic, Data Access). The problem I am initially encountering with my redesign is in passing
|
| Security Implementation | 27 Apr 2005 12:17 GMT | 5 |
I am working on an application for a client that will involve using remoting. They do not want to use integrated security so I was going to store usernames and hashed passwords in a SQL Database. I have a table in the database that will also contain their session information ...
|
| script to automate "copy project" | 27 Apr 2005 06:14 GMT | 2 |
I want to automate deployment that I now do using the "copy project" button. Is there a script that does this or ideas how to make one? I do not want to make a deployment project or use xcopy , so please do
|