Results 1 to 2 of 2

Thread: Combo box Navigation

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Combo box Navigation

    VB.NET (Dreamweaver MX)

    I need to create a web form which contains multiple combo boxes which allow users to navigate to particular records. e.g

    One combo has a list of staff members. When the user chooses a member of staff they are redirected to a detail record for that member.

    Another combo will have a list of Customers and when a user chooses a customer from the list they are redirected to a detail record for that customer.

    I dont wish to use a form with a submit button. I would like to redirect the users when they make a choice from the combo.

    How can I do this?

    Thanks in Advance

    Parksie

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    On the boxes, put autopostback = true and them just write events for the onSelectionChange
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width