Hi,
I have three drop-down lists in the FormTemplate section of a MasterTableView. The lists are part of about 10 fields which are edited for the current record. Depending on the value of two of the drop-down lists, I need to change the sqldatasource query behind the third drop-down list. I've implemented code in the past where I'm intercepting thing in this EditForm after a user clicks a command button, but I can't figure out how a.) determine the row's index value for the row holding the FormTemplate, and b.)grab the selectedValue of a drop-down list in that FormTemplate.
thanks in advance !
I have three drop-down lists in the FormTemplate section of a MasterTableView. The lists are part of about 10 fields which are edited for the current record. Depending on the value of two of the drop-down lists, I need to change the sqldatasource query behind the third drop-down list. I've implemented code in the past where I'm intercepting thing in this EditForm after a user clicks a command button, but I can't figure out how a.) determine the row's index value for the row holding the FormTemplate, and b.)grab the selectedValue of a drop-down list in that FormTemplate.
thanks in advance !