Hi is it possible to set query dynamically for data source which was used in combobox . here it's short code Data source name : comdata query. : select emp_id as col1, emp_name as col2 from emp <combobox displaycolumn="col2" valuecolumn="col1" datasource="comdata"> but in some situation I want this same combo box for other value for ex. select dept_id as col1,dept_name as col2 from department. please suggest how can I solve this issue. Thanks in advance. venky |
|