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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top