| Thread | Last Post | Replies |
|
| Windows 2003 Error | 28 May 2007 14:11 GMT | 3 |
I've installed my web app on windows 2003 and when I run the application I got the follow error: "Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\inspeccion\2b77adf5\e651f5c7" is denied. "
|
| Sharing Session State between ASP and ASP.NET | 28 May 2007 13:06 GMT | 3 |
Hi, Our application have asp and .aspx pages, we need to redirect user from asp page to .aspx page and vice-versa and want to share session state b/w asp and asp.net. This could be achieved by storing the session state in database. I have few quires on this.
|
| website release error | 28 May 2007 12:46 GMT | 3 |
I have a website in VS2005 C#. It runs fine in the debug mode in the IDE. On creating and installing the release version, I get the following error when I bring up the website. The XML page cannot be displayed
|
| ASP.NET 2.0 - How to refresh page after download | 28 May 2007 12:37 GMT | 1 |
I have an 'Export' button on my page, when clicking this button, a file is streamed to the client like this : lblMessage.Text = "Thank you for downloading..."; System.IO.FileInfo objFI = new System.IO.FileInfo(FullFileName);
|
| WebForms and WebUserControls in DLL | 28 May 2007 12:28 GMT | 2 |
I am very new to ASP.NET. Is it possible to create a DLL with WebForms and WebUserControls in it, and then to use that forms and controls in a web application? I come from Windows Forms programming and I used to store in DLL's many
|
| Anthem - GridView - Template column | 28 May 2007 11:10 GMT | 1 |
I have a questin regarding GridView, Template column and Checkbox in it. I'm working on a project that has several "client" applications entering data into DB, and one "admin" application reviewing that data. Since data that admin app can see "must be refreshed in real time", I've
|
| Dynamically Loaded User Control Event Wiring | 28 May 2007 10:59 GMT | 5 |
I have a page that can load a number of different user controls. Each of these user controls inherits from a common base class and the controls are loaded based on application state, status, etc and the specific type of control frequently changes. I have a common event in the ...
|
| User specifc domain names | 28 May 2007 10:24 GMT | 3 |
Please help, I have a .co.uk website on which I would like to have individual, customised pages for users. I have worked out that it is quite easy to create unique URLs for customers by simply creating directories and
|
| Interesting CMS solution required | 28 May 2007 10:01 GMT | 9 |
I have been asked to uild an ASP.Net 2.0 CMS in c# for a client that will display their products, not a problem for the majority! The main stumbling lock i have run into is that each product has a range of product codes that have different attributes associated with them, eg:
|
| Detecting which page opened current page, how? | 28 May 2007 08:30 GMT | 2 |
ASP.NET 2.0 In my webproject I've created a page which contain a button. This page will be opened from 2 pages. This button must be invisible if the page it is placed on are opened from one of the 2 pages, When opened from the other
|
| Unable to get the private bytes memory limit for the W3WP process. | 28 May 2007 06:33 GMT | 6 |
Unable to get the private bytes memory limit for the W3WP process. The ASP.NET cache will be unable to limit its memory use, which may lead to a process restart. Error: 0x80070005 ----------------------------------
|
| Publishing ASP.NET Web Application Fails | 28 May 2007 02:46 GMT | 6 |
I have an ASP.NET application that I have been deploying by using the publish option on the project which compiles the project into a directory on my machine. It has been working fine and then suddenly it is indicating failure. I look in the output directory and all the files ...
|
| GridView not entering Line Editing mode when inside FormView | 28 May 2007 02:44 GMT | 5 |
I have a GridView inside the EditItemTemplate of a FormView. Both FormView and GridView are data bound using an ObjectDataSource. When the FormView's ObjectDataSource object has a SelectParameters with a SessionParameter in the parameters collection and the object stored in the ...
|
| Client-side validation of controls | 27 May 2007 22:43 GMT | 1 |
I have a situation in which I need to verify that either of two textboxes contain an entry; I'm initially uninterested in whether or not the entries are valid, only that there is at least one entry. The validity of the entry will be checked when I first post back the data to the ...
|
| SharePoint help | 27 May 2007 19:31 GMT | 8 |
I was advised by a Microsoft speaker at a local .Net conference that "SharePoint" had a lot to offer for asp.net developers. I've spent a few hours hunting down links on Sharepoint Services in Server2003 and also SharePoint Portal Server Product. Whenever I try to learn the ...
|