Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > ListBox event

Reply
Thread Tools

ListBox event

 
 
abcd
Guest
Posts: n/a
 
      05-11-2005
On Server side code I am programatically selecting something usinng
"lstBox.SelectedValue =
some value". Now I want to fire selection change event when I set/select
some value

How can I fire the selection change event from the server side code

thanks


 
Reply With Quote
 
 
 
 
EJD
Guest
Posts: n/a
 
      05-12-2005
Forgive me if I'm completely missing the point. I'm not sure if your
intent is to manually hook events to the listbox, but if it isn't, can
you use the "SelectedIndexChanged" event that comes with the control?
As in you can set the control to AutoPostBack=true, and then deal with
the SelectedIndexChanged event...?

But that being said, this link may be helpful...
http://www.ondotnet.com/pub/a/dotnet...x1.html?page=3

Hope this helps.

Eric

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Listbox selection to populate another listbox? Chris Kettenbach ASP .Net 3 06-16-2005 09:19 PM
Listbox item added with client scripts not submitting with ASP:Listbox Simon Prince ASP .Net 2 10-19-2004 04:11 PM
How do I move all items in a listbox to another listbox kent ASP .Net 1 05-03-2004 12:17 AM
click listbox and refresh another listbox DC Gringo ASP .Net 0 04-06-2004 02:13 AM
Re: now desparate! - 1st listbox contents disappears when 2nd listbox appears? blenderdude ASP .Net 0 08-03-2003 10:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57