Mouse Click and Lost Focus Events in ASP.NET using VB

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi<br/>
<br/>
I am developing a web application in Visual Studio 2008 using ASP.NET with VB. I am using a ComboBox control from the AJAX Control ToolKit. The ComboBox gets populated from a database.<br/>
<br/>
On Page Load the focus is on the ComboBox control. The user can use the Down Arrow Key to drop the listed items, move up and down through it and on pressing Enter key on the highlighted item the other controls on the page (such as Text Box, DropDown List) get
populated with data related with the selected item from the ComboBox on which the Enter key was pressed.<br/>
<br/>
What I want is that if somebody uses mouse on the ComboBox items and clicks any one item the data related to the clicked item should populate the other controls. This should also work on Lost Focus.<br/>
<br/>
So how do we write the Mouse Click and Lost Focus events for a ComboBox control from the AJAX Control TookKit.<br/>
<br/>
Thanks in advance.<br/>

View the full article
 
Back
Top