Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Launching an event from a dropdownlist in a gridview while editing

Reply
Thread Tools

Launching an event from a dropdownlist in a gridview while editing

 
 
katmagic
Guest
Posts: n/a
 
      12-26-2008
I have added a dropdownlist to the <EditItemtemplate> portion of a gridview,
and I want to capture the event when a user selects an item in the drop down
list. I have added to the dropdownlist properties AutoPostback = true, and
all of the following
OnSelectIndexChanging="DropdownListCustomers_Selec tedIndexChanged"
OnSelectedIndexChanged="DropdownListCustomers_Sele ctedIndexChanged"
OnTextChanged="DropdownListCustomers_SelectedIndex Changed"

No matter what I do, DropDownListCustomers_SelectedIndexChanged does not get
launched. How would I capture when a user changes this dropdownlist?

 
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
Plugin problem while launching internal application majaym Firefox 0 07-01-2008 08:18 PM
Using Dropdownlist in Gridview for editing purposes et ASP .Net Datagrid Control 0 01-25-2007 04:08 PM
Discover the primary key values in a gridview while editing it Andrea ASP .Net 3 06-08-2006 10:51 AM
GridView: Filter DropDownList for another DropDownList =?Utf-8?B?SnVhbmpv?= ASP .Net 0 12-29-2005 07:44 AM
GridView: Filtr DropDownList from another DropDownList =?Utf-8?B?SnVhbmpv?= ASP .Net 0 12-23-2005 01:31 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