| | |
combobox Value disappears ?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
Hi
I have a form with
1. dropdown (ddTTDBenefitP1)
2. label (lblBenefitPeriodFactor1)
The combobox is populated with listitems
[Text & value]
I applied attributes to this dropdown.
So when a user changes the selectedItem , the label display's the value of the selected Item.
However, when i save, i need to grab the value of the label.
But for some reason its 0 or blank ... But the actual text is not
Can anyone help ?
I have a form with
1. dropdown (ddTTDBenefitP1)
2. label (lblBenefitPeriodFactor1)
The combobox is populated with listitems
[Text & value]
I applied attributes to this dropdown.
C# Syntax (Toggle Plain Text)
// ddTTDBenefitP1 ddTTDBenefitP1.SelectedIndex = 0; string ddTTDBenefitP1_script = string.Format("javascript:document.getElementById('{0}').innerText = {1}.options[{1}.selectedIndex].value;", lblBenefitPeriodFactor1.ClientID, ddTTDBenefitP1.ClientID); ddTTDBenefitP1.Attributes.Add("onChange", ddTTDBenefitP1_script);
So when a user changes the selectedItem , the label display's the value of the selected Item.
However, when i save, i need to grab the value of the label.
But for some reason its 0 or blank ... But the actual text is not
Can anyone help ?
Last edited by cVz; Jul 14th, 2009 at 5:11 am.
Delphi & C# programmer deluxe...
![]() |
Similar Threads
- quick launch disappears each reboot (xp) (Windows NT / 2000 / XP)
- Filling a ComboBox.... (Java)
- Java Pop Up Window Disappears when launched from Website... (Web Browsers)
- Hiding dataitems in a combobox (VB.NET)
- How to use combobox function (C++)
Other Threads in the ASP.NET Forum
- Previous Thread: Gridview and dropdownlist
- Next Thread: Help the begineer
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax appliances asp asp.net bc30451 beginner bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class click commonfunctions compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownmenu dynamic edit embeddingactivexcontrol expose findcontrol flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list menu mono mssql multistepregistration nameisnotdeclared novell objects order problem ratings rotatepage save search security serializesmo.table sessionvariables silverlight smartcard sql sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml youareanotmemberofthedebuggerusers






