HI
I have a radio button field i should bind names of the employees to radio buttons based on branch id's.i am using the query
as
select ename,eid from employee ,so that i can get all employee names
now i want to filter based on branch id,i am thinking to use dataview concept how to use it and bind them to radio button.Please help me in this issue..
vijaya