| Thread | Last Post | Replies |
|
| Working in a subdirectory when using ASP.NET & Visual Studio .NET 2005 | 23 Dec 2006 08:46 GMT | 5 |
I am creating an ASP.NET application in a subdirectory of what IIS uses as the root directory (C:\Inetpub\wwwroot\). I am using the version of IIS that comes with Windows XP Pro SP2. Some of my code in my ASP.NET application uses root-relative URLs, such as /images/background.gif ...
|
| PreRenderComplete event woe | 23 Dec 2006 04:37 GMT | 3 |
I am experiencing duplicate Page_PreRenderComplete events. I am using webservice in async mode. Skeleton is, class class1: System.Web.UI.Page
|
| gridview in a gridview | 22 Dec 2006 22:44 GMT | 1 |
i'd like to have a gridview of detail items in the selected item row of a gridview. Such that: gv1
|
| Passing Login Info Between ASP 3.0 and ASP.NET? | 22 Dec 2006 22:18 GMT | 2 |
I have developed a website in ASP.NET 2.0 that is one of several accessed from the same protal. All of the other sites use ASP 3.0, and this is the first .NET site. The rest will be converted as time goes on.
|
| webservice application reference | 22 Dec 2006 21:55 GMT | 2 |
i wrote a webservice which his name is : http://www.sharonhak.somee.com/SmsWebServiceRecevier.asmx but i cant reference to it from another application . What should i do to get over this problem ?
|
| custvalidator: why is args byval and not byref? | 22 Dec 2006 20:21 GMT | 1 |
the handler declaration: CustomValidator1_ServerValidate(ByVal source As System.Object, ByVal args As System.Web.UI.WebControls.ServerValidateEventArgs) Handles CustomValidator1.ServerValidate
|
| File Extension | 22 Dec 2006 19:30 GMT | 1 |
All, Who knows how can we make the IE open the file with some non-standard extension? I have a new file type, say .MOX, I corrected the association on my computer
|
| step by step building an ASP eShop site | 22 Dec 2006 19:08 GMT | 1 |
Is there a tutorial that i could follow step by step to end up with a simple eShop ? (user / pw login , add stuff to a cart ,view cart and confirm order ..) I don't like ready made example project since they don't teach me anything.
|
| updating XML files on the Web | 22 Dec 2006 18:15 GMT | 1 |
I created a webSite using a free web hosting space (that supports asp.net applications). The website was created with asp.net project The problem is that I cant update XML files that are placed on the web
|
| Adding data to a Grid View programmatically | 22 Dec 2006 17:08 GMT | 2 |
I'm currently working on a project, and I've come to a part where I want to add data to a GridView. BUT, I want to do it programmatically, with alot of control over everything. In my particular project I've passed a DataSet to a page via a Session object. The Session object
|
| Problem with isNewSession | 22 Dec 2006 16:32 GMT | 1 |
Iam having problem with IsNewSession can any1 plz help me to run this code which is listed on many websites this is my code for validating session
|
| Server.Transfer fails, but only on initial page load. | 22 Dec 2006 14:27 GMT | 1 |
I'm developing a reporting app that works as a subordinate to other apps, ie, users still see the menu structure for the app they're working in, but generate their report in my app. When the user selects the menu option for my report, they go through a
|
| Generating the *.aspx.designer.vb Files | 22 Dec 2006 13:16 GMT | 1 |
I have an ASP.NET application in which I register several of my usercontrols in the Web.config file's <system.web><pages><controls></controls></pages></system.web> section. However, my usercontrols (*.ascx files) are not showing up in the
|
| Cannot access ASP compatibility mode. | 22 Dec 2006 13:11 GMT | 4 |
I'm trying to set up a IIS and have run into the following error. "Cannot access ASP compatibility mode." My machine is 64 bit so I have set Enable32bitAppOnWin64 to 1. I want to be able run both 2.0 and 1.1 applications on the website.
|
| Tough Question: Accessing controls inside inline template in a user control, in a repeater | 22 Dec 2006 12:58 GMT | 1 |
I have the following ASP.NET 2.0 code (simplified here for ease): <asp:Repeater id="SearchResultsRepeater" runat="server"> <ItemTemplate> <uc:SearchResult ID="SearchResult"
|