| | |
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 3.5 ajax alltypeofvideos appliances asp asp.net bc30451 beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions control countryselector dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iis javascript list listbox login microsoft mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols problem radio redirect registration relationaldatabases reportemail save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visualstudio vs2008 web webapplications webdevelopemnt webdevelopment webprogramming webservice wizard xsl youareanotmemberofthedebuggerusers






