Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Composite Control ListBox SelectedIndexChanged event not firing

Reply
Thread Tools

Composite Control ListBox SelectedIndexChanged event not firing

 
 
studen771
Guest
Posts: n/a
 
      03-27-2007
Thanks in advance to anyone who can help

I have a listbox as part of my composite control who's SelectedIndexChanged
event is not firing. I have its 'AutoPostBack' property exposed and set to
true, and it does post back upon the user selecting different items within
the ListBox. ViewState has not been disabled for the listbox child control
either.

I also have a button server control within the composite control who does
bubble its click event up properly and is caught via its 'CommandName'
property. However, it looks as if the ListBox is not bubbling up any event
information whatsoever for this event.

Anyone?
 
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
Composite control listbox SelectedIndexChangedEvent not firing studen771 ASP .Net Building Controls 1 04-15-2007 06:24 AM
ListBox not firing SelectedIndexChanged (AutoPostBack=True) danob7 ASP .Net Web Controls 1 06-14-2005 01:00 PM
Why my ListBox Control in my Web Control is not Raising the SelectedIndexChanged Event ? msnews.microsoft.com ASP .Net 6 04-28-2005 05:44 PM
Composite Control - Event not firing in child control Chris Simmons ASP .Net Building Controls 3 10-28-2004 09:45 PM
Listbox SelectedIndexChanged not firing (Autopostback = True) Edward ASP .Net 1 02-04-2004 03:07 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