adspace
What are the different display styles of list items?
Answer Posted / salim
Three different display styles of list item. they are
1.tlist
2.combobox
3.poplist
The default style is poplist.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement