Experts
I am facing the following issue
Microsoft JScript runtime error: Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method.
I am having a Grid that is filled with Locations.To add locations i am using ajaxmodalpopup.when i click on add location imagebutton in gridview footer the popup is working fine.but when i press F5 while popup is opened i am getting the issue.
here is the sample code
OnRowEditing="gdvLocations_RowEditing" OnRowDeleting="gdvLocations_RowDeleting"
OnRowUpdating="gdvLocations_RowUpdating" OnRowDataBound="gdvLocations_RowDataBound"
OnPreRender="gdvLocations_PreRender" Width="98%" EnableModelValidation="false">
meta:resourcekey="ibtnEditAddressResource1" OnClick="EditAddress_Click" Style="background: none;" />
Style="background: none;" />
ShowEditButton="True" ShowDeleteButton="True">
Location Name | Address | Actions |
|---|---|---|
Style="background: none;" /> |
OnPageIndexChanging="gdvEpassmatchedAddress_PageIndexChanging" EnableViewState="true"
PageSize="5" EmptyDataText="No Records Found">
OnCheckedChanged="rdbtnMatching_CheckedChanged" />
Enabled="True" DynamicServicePath="">
help me plz

Replies
Know the answer? Post it — somebody with the same question will find it here.