
November 26th, 2004, 04:32 AM
|
|
Contributing User
|
|
Join Date: Aug 2004
Location: South Africa
Posts: 35
Time spent in forums: 15 h 21 m 25 sec
Reputation Power: 4
|
|
Is this for ASP.NET(Web Application)? Assuming ASP.NET: If using VS.net, click on the drop-down and view its properties; then make sure its AutoPostback property is set to True.
Using any other text editor, open the .aspx file and find something like <asp:listbox name="..."
matching the name of the listbox you looking for and add AutoPostback="True" or change AutoPostback="False" to AutoPostback="True".
Quote: | Originally Posted by The_Spot hi all,
I've got a listbox filled, but cant seem to get some code triggered when some1 selects another item from it. I dont want an extra button. I just want it to trigger.
Does someone know?
(VB.NET)
thnx alot
The_Spot |
|