DropDownList will not work in Content Page

Last post 10-17-2007 8:53 AM by dhassen. 18 replies.

Sort Posts:

  • Re: DropDownList will not work in Content Page

    10-15-2007, 1:15 AM
    • Contributor
      2,273 point Contributor
    • Johnson2007
    • Member since 05-17-2007, 7:19 AM
    • Posts 449

    How do you implement Page_Load event. Could I have your Page_Load code? Thank you!

    Johnson
  • Re: DropDownList will not work in Content Page

    10-15-2007, 9:22 AM
    • Member
      point Member
    • devilkill
    • Member since 03-30-2007, 6:43 PM
    • State College, PA
    • Posts 21

    I actually don’t have any page_load code, because I don’t want any action until use request an action.

         protected void Page_Load(object sender, EventArgs e)    {  

        }

     

  • Re: DropDownList will not work in Content Page

    10-16-2007, 2:44 PM
    • Member
      point Member
    • devilkill
    • Member since 03-30-2007, 6:43 PM
    • State College, PA
    • Posts 21

    I found the Problem!!!

     

    There was another Form being used in the body of the Master Page. I still am not sure why it worked in Firefox and not IE, but the problem is solved.

     

    Thank you to everyone who took their time on this issue.

  • Re: DropDownList will not work in Content Page

    10-17-2007, 8:53 AM
    • Member
      439 point Member
    • dhassen
    • Member since 07-09-2007, 3:38 AM
    • Posts 396

     seems like a funny one. I'd try recreating the drop down list in a new content page, and maybe try to output the selected value to a label, just to make sure the autopostback and selectedindex changed works properly

Page 2 of 2 (19 items) < Previous 1 2