Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 09, 2012 02:51 AM by chetan.sarode
Member
35 Points
27 Posts
Nov 08, 2012 08:20 PM|LINK
So, what is the trick to getting the ACT combobox value?
Not the selected text, or index, but the actual value field (primary key field, integer) from a databound combobox...
Am I dreaming to think functionality such as this should be fairly simple?
Textbox01.Text = ComboBox1.SelectedItem.Text
Also, since upgrading to the latest ajaxcontroltoolkit, postback clears selection even if enableviewstate="true", any ideas why?
I know its a free control, but given its popularity was expecting... stability/functionality?
All-Star
31766 Points
6493 Posts
Nov 08, 2012 11:41 PM|LINK
Textbox01.Text = ComboBox1.SelectedItem.Value
Textbox01.Text = ComboBox1.SelectedValue
65839 Points
11163 Posts
Nov 09, 2012 02:51 AM|LINK
Refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ComboBox/ComboBox.aspx and http://www.asp.net/ajaxlibrary/act_ComboBox.ashx
cwoodward
Member
35 Points
27 Posts
ComboBox1.SelectedItem
Nov 08, 2012 08:20 PM|LINK
So, what is the trick to getting the ACT combobox value?
Not the selected text, or index, but the actual value field (primary key field, integer) from a databound combobox...
Am I dreaming to think functionality such as this should be fairly simple?
Textbox01.Text = ComboBox1.SelectedItem.Text
Also, since upgrading to the latest ajaxcontroltoolkit, postback clears selection even if enableviewstate="true", any ideas why?
I know its a free control, but given its popularity was expecting... stability/functionality?
oned_gk
All-Star
31766 Points
6493 Posts
Re: ComboBox1.SelectedItem
Nov 08, 2012 11:41 PM|LINK
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: ComboBox1.SelectedItem
Nov 09, 2012 02:51 AM|LINK
Refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ComboBox/ComboBox.aspx and http://www.asp.net/ajaxlibrary/act_ComboBox.ashx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.