My Suggestion would be to exclude the dropdownlist from the update panel and use update panels only on the controls which need to be updated like the textbox and add triggers to update panel.
unless the textchange event is going to change the content of the dropdownlist
Regards,
Vikas.
Main Topics
Browse All Topics





by: Mortaza_doulatyPosted on 2009-08-15 at 05:04:03ID: 25105086
One way could be this: after getting focus in a new control, check the condition and then do a post-back. e.g. when dropdownlist gets focus, you can avoid the post-back.