Results 1 to 2 of 2

Thread: Listbox load

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Location
    Madras
    Posts
    50

    Listbox load

    if i click the detials in the listbox1.then the corresponding details of the listbox2 should be displayed in the listbox.

    on which event i should try.
    venkat

    Strength is Life, Weakness is Death

    - Swami Vivekananda

  2. #2
    Member
    Join Date
    Oct 2004
    Location
    India
    Posts
    53

    Re: Listbox load

    you should write inside "SelectedIndexChanged"....the current selected value can be fetched using "lst1.SelectedValue"

    remember to set AutoPostBack to true for lst1...only then this code will work.
    Yash

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