Search

You searched for the word(s): userid:166208

Matching Posts

  • Subdomain, QueryString, and Global.asax

    I have a subdomain in my web site, for example mysubdomain.mydomain.com. This subdomain is configured to redirect to a particular page, for example, mydomain.com/mypage.aspx. The reidrection happens as configured but the query string is not passed. I want the subdomain to be called like this: mysubdomain.mydomain.com?myparam=123 The problem is that the query string is not received by the web page. If this required an entry in the Global.asax for this query string to be passed, could someone please
    Posted to Web Forms (Forum) by NickKA on 10/19/2009
  • Re: Subdomain, QueryString, and Global.asax

    I guess you don't understand. The redirection to a particular page is not done anywhere in my web application, it is done in the Hosting service configuration for a subdomain. I don't want to redirect, I just want to handle it in some event in the Global.asax so that the query string is passed on to the web page.
    Posted to Web Forms (Forum) by NickKA on 10/19/2009
  • Re: Subdomain, QueryString, and Global.asax

    It is a webhost4life 301 redirect and it didn't like the $
    Posted to Web Forms (Forum) by NickKA on 10/19/2009
  • Re: Cannot attach database, file used by another process

    Maybe attach is the wrong word but I am still following the exact steps in the Dynamic Entities video from MSDN and getting an error. I am using SQL Server 2005 and not SQL Express.
    Posted to ASP.NET Dynamic Data (Forum) by NickKA on 6/15/2009
  • Re: Cannot attach database, file used by another process

    and why would I need to do that? The video I watched did not do that. If I have to attach to a mdf that is not in use, then dynamic entities is pretty much worthless.
    Posted to ASP.NET Dynamic Data (Forum) by NickKA on 6/15/2009
  • Cannot attach database, file used by another process

    I watched a Dynamic Data Entities video and am attempting to create my first web application. I created the project and right-clicked on the App_Data folder and selected Add Existing Item. I then selected Adventureworks_Data.mdf in the SQL Server Data directory. I get the error "The file can not be opened because it is being used by another process". Any mdf file I try to attach, I get the same error. Nothing I know of is using this file. How do I fix this?
    Posted to ASP.NET Dynamic Data (Forum) by NickKA on 6/15/2009
  • Re: Can't FindControl inside UpdatePanel

    I got this working. I had <asp:ContentTemplate> and I changed that to <ContentTemplate>
  • Re: Can't FindControl inside UpdatePanel

    This GridView worked just fine before I added the UpdatePanel. Here is the code: ASPX <%@ Page Language="C#" MasterPageFile="~/default.master" AutoEventWireup="true" CodeFile="Contacts.aspx.cs" Inherits="_Contacts" %> < %@ Register assembly= "System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace= "System.Web.UI" tagprefix= "asp" %> < asp:Content ID= "Content1"
  • Re: Can't FindControl inside UpdatePanel

    At the moment I am away from my source code. gridViewEmployees is the ID of the GridView control. The C# code does not compile when the GridView is inside the UpdatePanel. When the GridView is inside the UpdatePanel, the FindControl in the source code that I posted, returns null. No, I am not dynamically creating the GridView, it is in the aspx. I'm tying to find out what steps I can take to correct this and still reference the gridViewEmployees in the C# source code.
  • Can't FindControl inside UpdatePanel

    Before I get to the problem I need help on, let me first explain my environment. I am using Visual Studio.Net 2008 but because the destination web server only has .Net Framework 3.0 installed, I am compiling this web as .Net 3.0 and referencing the System.Web.Extensions 1.0.61025.0. My web page has a Master Page. On my web page I have a GridView control that is placed inside an UpdatePanel. I am doing the binding on the GridView control in the C# code-behind. Before I added the UpdatePanel, I could
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by NickKA on 2/4/2009
    Filed under: UpdatePaneanel
Page 1 of 18 (171 items) 1 2 3 4 5 Next > ... Last »