| Thread | Last Post | Replies |
|
| Modifying / Displaying info from SQL server | 04 Aug 2005 20:16 GMT | 2 |
Hi all, I'm a newbie to C# and .NET, so please be gentle! My limited background is in VBScript,ASP, and Access dbs. I need to retrieve data from a SQL server db (8.0) to be displayed in a
|
| asp to asp.net | 04 Aug 2005 16:19 GMT | 3 |
I have a site written entirely in ASP - I want to migrate it ASP.net structure. Can someone point me to the resources that would explain to me what I would need to do to achieve this. I have some COM+ components, a lot of XML and SQL 2000 querying.
|
| visual studio does not handle user control ascx files - web matrix does! | 04 Aug 2005 13:56 GMT | 1 |
what a waste of money. visual studio does not handle user control files - these are files with and ascx extension are are refered to in the help as 'user-authored server controls'.
|
| set class fields problem | 04 Aug 2005 13:11 GMT | 1 |
I have 2 classes (below). I am not able to set the fields in the User class from the Connection class (marked 1 -5). No errors are thrown. I am returning values from the db correctly because I can put them in variables and display.
|
| Public Static TreeView | 04 Aug 2005 12:22 GMT | 3 |
Visual Studio 2003 .NET / C# I have a treeview object on a form which acts as the main menu controller for my application. the treeview is always in sight, and the form it is on acts as the main container for the whole application. All other screens are
|
| Remoting Singleton v.s. SingleCall | 04 Aug 2005 09:45 GMT | 3 |
I understand the difference between the two types (Singleton & SingleCall) but what affect does this have if the Remoting Server accepts multiple connections from multiple clients, and they're all sending messages or using methods? Does it (server) manage this automatically?
|
| Documenting Class Libraries | 04 Aug 2005 08:44 GMT | 4 |
I want to document my class libraries' API's. They're all in C#. I could use the inline documentation comments, but I feel, using inline documentation comments makes the source code messy. Are there any opensource tools which allow me to document my library without using the source ...
|
| Getting Out of memory exception even when the memory is not full | 04 Aug 2005 08:05 GMT | 7 |
I am ruuning to out of memory exception , My system has RAM of 4 GB and virtual memory paging size set to 4GB .When I check the memory occupied by the process during the exception , it is less ( around 500 MB and peak Memory usage 800MB , even the total memory of the system
|
| Dynamic WebProxy (Object) Creation Within C# | 04 Aug 2005 06:23 GMT | 1 |
I have a requirement to dynamically create a webProxy object in C#. I have created an instance of the webProxy and stored it within a hashtable then placing the hashtable in cache. When required I can read the application cache and extract the hashtable but I can't figure out how to ...
|
| folder permissions | 04 Aug 2005 05:45 GMT | 2 |
Using Asp.Net/VB.Net on a Win2003 server I need to determine if a Windows user has access to a folder on a local drive. One option is to impersonate, but I've read that impersonating is not
|
| Multiple User Controls per page | 03 Aug 2005 23:24 GMT | 3 |
I have a page that will need to dynamically use 4 different user controls based on a Query String passed to it. Currently I have the @Register for each control and the <tagprefix: tagname> in a case statement depending on the quesry string. However, when the page
|
| Requirements For A .NET Enviroment | 03 Aug 2005 22:21 GMT | 1 |
I have been asked to provide a .NET enviroment to run SQL based .NET applications across the web. Am I correct in assuming that all is required is Microsoft Server 2003 and SQL Server 2000 and the free download of the .NET framework or is any other software required? As I ...
|
| Web Config File Problems | 03 Aug 2005 22:19 GMT | 1 |
We are using MS Visual Studio 2003 integrated with Visual Source Safe. In previous projects we have had no problem with using the data connection string from within the web config file. We have noticed on our latest project that everytime we have to modify something on our web ...
|
| ldap connection problem | 03 Aug 2005 21:36 GMT | 7 |
I am trying to connect to my college LDAP directory using ASP.NET. This LDap does not have security as it returns only user demographic information. i do not need to bind with a username or credentials. What i am trying to do is, i am trying to look up all the information for
|
| Blocking Screensaver from Appearing | 03 Aug 2005 21:05 GMT | 4 |
I have been given an unusual task to create a Windows Service to do something periodically to make the screensaver timer reset. We have a general policy of locking computers automatically after 10 minutes of inactivity. This windows service would be used on some machines to ...
|