Dropdownlist lost focus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandeepthachan
    New Member
    • Jan 2007
    • 17

    Dropdownlist lost focus

    Hi,

    I have a web page with two dropdownlist.Th e first Dropdownlist contains the all department names. Now i want to get the employee name in the second dropdown list depends on the department, when the focus from the first dropdown list changes.

    How can i create a lostfocus event in asp.net

    Thanking You

    Sandeep
  • shek124
    New Member
    • Oct 2007
    • 50

    #2
    Sorry , i cant get your problem ,, explain clearly with your code

    Comment

    • sandeepthachan
      New Member
      • Jan 2007
      • 17

      #3
      Originally posted by shek124
      Sorry , i cant get your problem ,, explain clearly with your code


      Assume that there are two dropdown list with the names dropDepartment and dropEmployee.
      In the page load event i have loaded the department details into the dropDepartment control. If anyone selects anyof the department from the same control, then the names of each employee of that depatment should reflect in the next Dropdownlost..i .e., dropEmployee. This action should take place,once somebody choose any department from the dropdepartment control or..once the focus lost from the DropDepartment ...I am looking for an action similar to LostFocus Event of Visual basic 6.0

      Thanking you

      Sandeep

      Comment

      Working...