Imar,
There is a dropdown list on same page.And when i change the option of drop down list the xit function is being fired again.
I tried to add this to the page_load but didnt help
db_drpPayee.Attributes.Add("onselectedindexchange" ,"needToConfirm=false; return true;");
Also when the option in thid dropdown changes the grid reloads.So i am not sure this exit function is being fired on grid reload or drop down list change.But what event can i use for grid reload?
Thanks
Kamal
|