P
pargat singh
Hi Everyone,
I have two listboxes and one Datagrid.On first listbox
SelectedIndexChanged i am populating Datagrid.when i select
value from second listbox, on SelectedIndexChanged of this listbox i
want to display comfirm box saying that "Are you sure you want to
rebind datagrid." with yes no button. Exmple on first listbox i select
deptno 10 and it bind all emp from deptno 10 to datagrid.when i select
20 from second listbox i want confirm box before i bind emp from
deptno 20 to datagrid.
Can anyone provide some sample code.
Thanks,
I have two listboxes and one Datagrid.On first listbox
SelectedIndexChanged i am populating Datagrid.when i select
value from second listbox, on SelectedIndexChanged of this listbox i
want to display comfirm box saying that "Are you sure you want to
rebind datagrid." with yes no button. Exmple on first listbox i select
deptno 10 and it bind all emp from deptno 10 to datagrid.when i select
20 from second listbox i want confirm box before i bind emp from
deptno 20 to datagrid.
Can anyone provide some sample code.
Thanks,