Advertisement

1 - 10 of 90 containing alltags:("selectedindex") (0 seconds)
I know how to select the required values in a select list with a value using the following code. <%FormValue = 4%> document.MainForm.list4.selectedIndex = <%=FormValue%> My question is how...
Zones: JavaScriptDate Answered: 06/04/2001 Grade: B Views: 0
Hi Experts, I have a list box (server side control), and I have an html button that calls a javascript.  Problem is that if user does not select anything and hit on submit button, it gives me an...
Zones: JavaScriptDate Answered: 03/02/2004 Grade: A Views: 0
Hi Have a datagrid which shows baskets. When I Select a basket, that is not created by me (I'm in Customer services) The datagrid is bound again, with all the customers baskets, and then the det...
Zones: MS Visual BasicDate Answered: 11/07/2004 Grade: B Views: 0
I'm trying to create a function that will fire when the change handler "Update_DS0circtype_mc" for combo box t1_f1_DS0circtype_mc is tripped. The sole purpose of the function is to stuff the index ...
Zones: Macromedia FlashDate Answered: 03/16/2005 Grade: B Views: 0
I have a DataGrid on my webpage with 10 rows in it.  The user will need to click on a delete button on each row and that will run some code.  How do I reference which row they clicked on?
Zones: Web DevelopmentDate Answered: 05/11/2005 Grade: A Views: 0
This falls under the "minor annoyance" category but it's bugging me and I want to know why it's happening. I have two combo boxes on my GUI screen.  The first one is bound to an array of strings...
Zones: C#Date Answered: 03/12/2006 Grade: A Views: 0
var i = 0 ;             while( true )             {                   var teamASel = document.getElementById( 'MasterSelectA' + i ) ;                   if( teamASel )                         teamASel.selectedIndex = 0 ;                   i++ ;             } whats wrong?
Zones: JavaScriptDate Answered: 04/08/2006 Grade: A Views: 0
Experts, I have got a check box list that has 5 items. If I uncheck the 3rd item, in my code, I get the selected index / selected text properties of the first item and not the selected one (3rd it...
Zones: ASP.Net Programming, Visual StudioDate Answered: 12/04/2007 Grade: B Views: 0
All I want to do is to pass the selectedIndex value in a hidden field at the end of my script. I'm assigning the selected value to $selvalue, which I know is receiving the selectedIndex value (whic...
Zones: PHPDate Answered: 09/04/2004 Grade: A Views: 0
I am retreiving information from a database that will be used to populate a form.  When I use the below code to set the selected index of a HTMLSelect control it does not work.         If IDName...
Zones: .NETDate Answered: 12/08/2003 Grade: A Views: 0