dropdownlist question...

  • Thread starter Thread starter Trint Smith
  • Start date Start date
T

Trint Smith

If a selection is made from a dropdownlist, what is the proper way to
get a function call at that point?
thanks,
Trint

..Net programmer
(e-mail address removed)
 
Hello,

Trint Smith said:
If a selection is made from a dropdownlist, what is the
proper way to get a function call at that point?

Add the code to the control's 'SelectedIndexChanged' event handler.
 
Back
Top