| Thread | Last Post | Replies |
|
| Seeing Website1 in IIS | 01 Aug 2006 00:46 GMT | 4 |
Hello. With Visual Studio 2002, whenever I created an asp.net application, a directory (folder) was created under the root directory in IIS. Why with VS2005 can't I do the same thing? I am trying to access the site from IIS so that I can go to the ASP.net
|
| Registering DLL using GAC Util | 01 Aug 2006 00:31 GMT | 1 |
I am sorry if this is a repeat question, coz I cant find the question I submitted. I am using Microsoft.ApplicationBlocks.ConfigurationManagement for configuration but everytime I use this I have to make a local copy in each
|
| ASPNET 1.1 and Visual Studio 2005 | 01 Aug 2006 00:30 GMT | 1 |
I installed VS2005 and I cannot choose in IIS that my application will be run on 1.143 version of ASPNET (only 2.0 exist). I have several application causing problems when running in 2.0 environment. How can I have ASPNET 1.1 on combo box in IIS ? (so that I can choose it)
|
| Crystal Reports Logon failed | 31 Jul 2006 21:57 GMT | 1 |
Im creating a report in the .net 2003 and using sql server 2000 Ive checked all the help topics and even the support in microsoft my problem is I still keep getting the error Logon failed when i try to run a report. Below is my code: Any help will be greatly
|
| SelectedValue in dropdownlist - invalid item but no exception | 31 Jul 2006 19:43 GMT | 1 |
If you set DropDownList.SelectedValue to an item not in the list, shouldn't an exception be thrown? ie: <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem Text="1" Value="1"></asp:ListItem>
|
| cannot delete or edit inserted records ( via detailsview) in gridview | 31 Jul 2006 19:05 GMT | 1 |
I made a detailsview for inserting records. I also made a gridview for editing and deleting the same records. The keyfield is an autonumbering field in Access (pcnr). My problem is: I can see the new inserted records in the gridview but I
|
| Is it possible .. | 31 Jul 2006 18:40 GMT | 4 |
My client using vpn [box] with 16kbps connectivity for shared among multiple users, wants me to build an aspnet application. It is basically a data entry application requiring form/field level securities restrictions for the users, which will be using SQL Server at its back-end.
|
| Referencing a parent control from a child? | 31 Jul 2006 18:25 GMT | 4 |
I have two UserControls I'd like to have talk to each other. One of them is contained within the other, in a parent/child relationship. The child control is loaded dynamically (it's declared as a WebControls.Placeholder) in the parent through a call to LoadControl().
|
| error:"the xml-page cannot be rendered" | 31 Jul 2006 18:14 GMT | 1 |
I installed asp.net 2.0 and everything worked good. Now i made some changes in my system (stopping services for speeding up ..) and the result was that IIS did'nt start anymore. I reinstalled it and the HTML and classic ASP pages are rendered, but not the ASPX files: the error
|
| Access DB error message when using ASP.NET 2.0 | 31 Jul 2006 18:00 GMT | 3 |
I was wondering if anyone could help me with this problem. I've been using VWD and my webhost ( a shared hosting package) have told me that the MSQL express files wont work on thier server so I've tried switching to Access and I cant add or delete new records either locally or on ...
|
| reference master page class from content page base class? | 31 Jul 2006 17:05 GMT | 3 |
I have a BasePage class that derives from System.Web.UI.Page. All of my content pages derive from this. The derived page classes use the following MasterType declaration that follows to reference the master. <%@ MasterType TypeName="MyMasterPage" %>
|
| HttpModule Error event doesn't fire!! | 31 Jul 2006 16:55 GMT | 2 |
I have implemented global exception handler using http module by intercepting the Error event. The code works fine on my machine but the error event fails to fire when deployed on the test servers.
|
| Best practices for Multilingual websites? | 31 Jul 2006 16:45 GMT | 2 |
Best practices and recommendations for asp.net 2 multilingual web sites? Thanks
|
| MasterPages and content pages | 31 Jul 2006 16:43 GMT | 3 |
Question: Is there a way of manipulating a master page element from a content page? For example, if I have lblStatus on the masterpage and I call anypage.aspx, can I set lblStatus from anypage?
|
| Callback on page leave | 31 Jul 2006 16:09 GMT | 1 |
I'm trying to use the Asp.net Callback to save changes to data when the user leaves the page or closes the browser. This works fine on IE; however, on firefox the callback never gets registered when the user navigates to a new page. It seems like the post to the new page
|