Problem to dispaly Confirm box from Serverside

  • Thread starter Thread starter pargat singh
  • Start date Start date
P

pargat singh

Hi Everyone,


I have two listboxes and one Datagrid.On first listbox
SelectedIndexChanged i am populating Datagrid.

i want that 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 change the value." with yes no
button.

Can anyone please tell me how can i do that.

Thanks in advance.

P Gill
 
I can do with datagrid but i am not able to do with listbox.When i
change the value in second listbox i want confirm box saying Are you
sure you want to rebind datagrid.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,
 
Back
Top