submit form using dropdownlist

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sean K via .NET 247

    submit form using dropdownlist

    (Type your message here)

    --------------------------------
    From: Sean K

    Hi There,

    I am new to asp.net and I would like to find some code or a tutorial that will allow me to submit a form from a list menu once the value in the menu has been selected.

    Could anyone help please?

    Sean - thanks in advance

    -----------------------
    Posted by a user from .NET 247 (http://www.dotnet247.com/)

    <Id>K2V0AzUN5EO qcizg/NTHwQ==</Id>
  • Herman Kheyfets

    #2
    Re: submit form using dropdownlist

    Use SelectedItemCha nged event

    Thanks
    Gerasha, MCSD


    "Sean K via .NET 247" <anonymous@dotn et247.com> wrote in message
    news:%23qRbu2iT EHA.3012@tk2msf tngp13.phx.gbl. ..[color=blue]
    > (Type your message here)
    >
    > --------------------------------
    > From: Sean K
    >
    > Hi There,
    >
    > I am new to asp.net and I would like to find some code or a tutorial that[/color]
    will allow me to submit a form from a list menu once the value in the menu
    has been selected.[color=blue]
    >
    > Could anyone help please?
    >
    > Sean - thanks in advance
    >
    > -----------------------
    > Posted by a user from .NET 247 (http://www.dotnet247.com/)
    >
    > <Id>K2V0AzUN5EO qcizg/NTHwQ==</Id>[/color]


    Comment

    • Raterus

      #3
      Re: submit form using dropdownlist

      Set the AutoPostBack property to "true" on the List Control

      "Sean K via .NET 247" <anonymous@dotn et247.com> wrote in message news:%23qRbu2iT EHA.3012@tk2msf tngp13.phx.gbl. ..[color=blue]
      > (Type your message here)
      >
      > --------------------------------
      > From: Sean K
      >
      > Hi There,
      >
      > I am new to asp.net and I would like to find some code or a tutorial that will allow me to submit a form from a list menu once the value in the menu has been selected.
      >
      > Could anyone help please?
      >
      > Sean - thanks in advance
      >
      > -----------------------
      > Posted by a user from .NET 247 (http://www.dotnet247.com/)
      >
      > <Id>K2V0AzUN5EO qcizg/NTHwQ==</Id>[/color]

      Comment

      • David Wier

        #4
        Re: submit form using dropdownlist

        You might also check out this code sample:


        David Wier
        MCP, MVP ASP.NET, ASPInsider




        "Sean K via .NET 247" <anonymous@dotn et247.com> wrote in message
        news:%23qRbu2iT EHA.3012@tk2msf tngp13.phx.gbl. ..[color=blue]
        > (Type your message here)
        >
        > --------------------------------
        > From: Sean K
        >
        > Hi There,
        >
        > I am new to asp.net and I would like to find some code or a tutorial that[/color]
        will allow me to submit a form from a list menu once the value in the menu
        has been selected.[color=blue]
        >
        > Could anyone help please?
        >
        > Sean - thanks in advance
        >
        > -----------------------
        > Posted by a user from .NET 247 (http://www.dotnet247.com/)
        >
        > <Id>K2V0AzUN5EO qcizg/NTHwQ==</Id>[/color]


        Comment

        • David Wier

          #5
          Re: submit form using dropdownlist

          You might also check out this code sample:


          David Wier
          MCP, MVP ASP.NET, ASPInsider




          "Sean K via .NET 247" <anonymous@dotn et247.com> wrote in message
          news:%23qRbu2iT EHA.3012@tk2msf tngp13.phx.gbl. ..[color=blue]
          > (Type your message here)
          >
          > --------------------------------
          > From: Sean K
          >
          > Hi There,
          >
          > I am new to asp.net and I would like to find some code or a tutorial that[/color]
          will allow me to submit a form from a list menu once the value in the menu
          has been selected.[color=blue]
          >
          > Could anyone help please?
          >
          > Sean - thanks in advance
          >
          > -----------------------
          > Posted by a user from .NET 247 (http://www.dotnet247.com/)
          >
          > <Id>K2V0AzUN5EO qcizg/NTHwQ==</Id>[/color]


          Comment

          Working...