| Thread | Last Post | Replies |
|
| w3wp memory usage | 13 Sep 2006 17:24 GMT | 1 |
Last night I noticed a bunch of our web apps were getting out of memory exceptions. I checked task manager on the server and the w3wp.exe process had eaten up about 780 megs of memory. I did an IIS reset and it has solved (temporarily probably) the issue. Memory usage dropped ...
|
| ASP.NET 2.0 TreeView control postback on checkChanged | 13 Sep 2006 17:18 GMT | 1 |
I have a TreeView control in my ASP.NET 2.0 Web application with checkboxes enabled. I would like to generate a postback when a user ticks or unticks a checkbox. As far as i know, this is not possible out of the box.
|
| Atlas heaviness | 13 Sep 2006 17:08 GMT | 1 |
I wanted to hear people's opinion who have used Atlas on their project. My project does all niffty ajax stuff, but I found that the js file included with asp:ScriptManager is actually 360k in size! The page takes a long time to load, and the heaviness of atlas script should be
|
| Overhead converting .htm files to .aspx | 13 Sep 2006 16:54 GMT | 3 |
Hi, I have an old .htm site that I need to protect with Forms Authentication. I know that I can change the filetype of all these files to .aspx, and this lets the Forms Authentication protect them, however I saw on
|
| Our postbacks died in IE? Work fine in Firefox!? | 13 Sep 2006 16:49 GMT | 8 |
We've had to move one of our asp.net web applications to a new internal server. The move worked, except that our SUBMIT buttons on all the pages no longer trigger a postback in Internet Explorer 6. The pages work just fine in
|
| Forms authentication not working | 13 Sep 2006 16:44 GMT | 4 |
Hi, I'm adding a security layer to a companies intranet pages. I have created a login page, using the Asp.Net 2 login control, and am using Forms Authentication. I have set the <forms> timeout attribute to 5mins, as they don't want anyone to be able to view the secure pages
|
| Sort DropDownList | 13 Sep 2006 16:20 GMT | 3 |
I am looking for a simple method to sort the DropDownList after it was loaded Thank you, Samuel
|
| Problems with Running .Net v1.1 and v2.0 on Single Server? | 13 Sep 2006 16:06 GMT | 1 |
Here's my scenario: I have several ASP.NET applications built on .Net 1.1.x running on a Win2K3 IIS6.0 app/web server. Most of these are in-house, but one is purchased, meaning I do not have a full grasp of its internal architecture/functioning.
|
| Create User Control in ASP .NET 2.0 | 13 Sep 2006 15:58 GMT | 2 |
I would like to slightly change the functionality of the create user control. 1. When creating a user the password shouldn't be supplied. Rather the password should be generated much like recover password.
|
| ASP.NET using COM+ is deadlocking | 13 Sep 2006 15:54 GMT | 2 |
An ASP.NET 2003 application that uses VB6 COM+ components, works fine with 3-6 users, but gets "frozen" when accesed by 12-or more users. At some point an error message similar to "OOA: Out of Apartments" was displayed. This was reported to me, I did not see it.
|
| Error accessing website on remote box. | 13 Sep 2006 15:49 GMT | 3 |
I created a website in Visual studio 2005. I did a build and I can browse it on my local box. http://localhost/gpweb/gpkey.aspx When I try to access it on a remote box, it doesn't work.
|
| Creating rtf document using ASP.NET | 13 Sep 2006 15:44 GMT | 2 |
I am trying to create rtf document using C# and ASP.NET. I have seen a sample code in asp: http://support.microsoft.com/kb/270906/ I tried to do the same using C#, but rtf controls are not recognized.
|
| Object reference not set to an instance of an object. | 13 Sep 2006 15:29 GMT | 2 |
I get the error: Object reference not set to an instance of an object With this code: Dim test3 As New TextBox test3 = CType(e.Item.FindControl("name"), TextBox)
|
| Textbox filter | 13 Sep 2006 14:45 GMT | 5 |
Using VS 2005 is there a way of allowing user to type only numeric value in a Textbox (without using JS) Thank you, Samuel
|
| RegularExpression for filtering unwanted e-mail address | 13 Sep 2006 14:42 GMT | 6 |
Not sure if I this belongs in this group or a Regex-group, but since it involves a WebControl I'll give it a try here. I want to block hotmail, yahoo and gmail addresses when typed into a TextBox control. Figured this could be done using a
|