| Thread | Last Post | Replies |
|
| Async=true Page and WebRequest problem | 31 Mar 2006 19:39 GMT | 1 |
I'm trying to use an Async="true" page to do an async HttpWebRequest. My code is based on the MSDN example: http://msdn2.microsoft.com/en-us/library/21k58ta7.aspx The problem I'm having is that I'm not sure how to wait until my response
|
| Error when trying to access User Control | 31 Mar 2006 19:13 GMT | 2 |
I'm getting a weird error when trying to access a user control from within a base page during runtime. Here's what I have: I have a master page with a user control on it. I then have a few webforms that provide content to the master page. All of these
|
| Error handling for html/image resource | 31 Mar 2006 19:06 GMT | 1 |
Hi there, I created a httpmodule to handle the exception globally. The only catch is that it cannot catch any 404 error from html or image. So I wish someone here could share some lights on this question .Appreciate any inspiriting thought.
|
| How to hook httpmodule and page event together? | 31 Mar 2006 18:55 GMT | 2 |
Hi there , for sure httpmodule can be hooked up with HttpApplication event. But I'm wondering if it's poissible to trigger a httpModule in the page event ,like Page.Init(). Since request handler will be different among http/aspx, I hardly see it's
|
| Migrating from 1.1 to 2.0 | 31 Mar 2006 18:44 GMT | 2 |
Is there anything special I should know about migrating my website from 1.1 to 2.0? I was just planning to add new pages to a project in 2.0, and then copy the 1.1 pages over one by one.
|
| apply css to content page .NET 2005 | 31 Mar 2006 18:39 GMT | 2 |
I am trying to apply a style contained in my Style.css sheet to a table on my content page. The master page has a link to the css. I have class="MyTable" and ID="MyTable" in the attributes of the table. When I view the page in the VS designer it is correct but when I run the ...
|
| debug CodeBehind | 31 Mar 2006 18:32 GMT | 2 |
hi, I'm working on the DNN asp project. I want to modify a control called "urlcontrol.ascx", the original declaration is: <%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.UserControls.UrlControl" %>
|
| VS2005: ASP.net forms designer: Intellisense | 31 Mar 2006 18:29 GMT | 1 |
I have created an inherited control based upon the GridView control, however when I use this control within the VS2005 ASP.net form designer I can no longer access the intellisense for the base control (technically it is now in a new namespace instead of the original "asp").
|
| Big problem: all button controls just stopped working | 31 Mar 2006 18:27 GMT | 3 |
I have big asp.net , c# project with many buttons and image buttons that suddenly stop firing, when you click on button form -nothins happen. What strange that in Firefox they are still work fine, but not in IE.
|
| ExcelUseConstantColumnWidth and Crystal Reports from server not wo | 31 Mar 2006 17:49 GMT | 1 |
I have created an ASP.NET website that uses Crystal Reports that works on the localhost (my PC), but when I copy it to the server it does not. The problem is ExcelUseConstantColumnWidth = False. On my PC when exporting a report, it works - columns are varible width to
|
| Tagprefix to my server controls | 31 Mar 2006 17:37 GMT | 1 |
I'd like to set the tagprefix of my server controls automatically when they are dragged to the webform. My code reads <Assembly: TagPrefix("CtrlLib", "abc")>
|
| Membership provider is a webservice | 31 Mar 2006 17:34 GMT | 1 |
All membership/roleprovider examples use a sql database to store the users and roles. Now I want to connect to a webservice in stead of a sql database. My question is how...
|
| how keep the values of JavaScript variables unchange when page pos | 31 Mar 2006 17:33 GMT | 1 |
My question is how to keep the values of JavaScript variable unchanged when the page is posted back to the server? Problem: The JavaScript is used in HTML for computing in aspx web page (form) design. When the page is posted back to the server, the values of
|
| Umlaut in the Params of an ASP.NET page | 31 Mar 2006 17:25 GMT | 1 |
When I try to get the parameter from an ASP.NET page, all characters with a umlaut disappear. So when I request the following URL: http://www.MyWebsite.com/MyPage.aspx?Name="Müller" and I use the following C# code:
|
| Problem: GET/POST/ViewState and swapping CLIENT IP address in one session | 31 Mar 2006 17:24 GMT | 1 |
I would really appreciate it if anyone has any thoughts on this one - it's driving us mad. We have a web site which is using ASP.NET 1.1 and which is load balanced across two web servers with IP affinity. It generally works
|