Rank: Newbie Groups: Member
Joined: 2/13/2013 Posts: 2
|
hi 1)i am using grid in asp.net site but i want to set double click event on grid 2)i am insert item_command on grid record the after execute page it generate following type error
EO.Web Controls Client Side Debug Message:
EO.Web control 'ctl00_ContentPlaceHolder1_CallbackPanel1' error message:The callback on 'ctl00_ContentPlaceHolder1_CallbackPanel1' has failed due to a server side exception. Click OK to see the exception message.(set ClientSideOnError to handle this error).
You can turn off this message by setting EO.Web.Runtime.DebugLevel to 0 (Not recommended for debug build).
then after it redirect the destination page and get the data but how to remove this error please help me because my work is stop so please help me.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You will get that if your server side code throws an exception. You have to look into the actual exception message and troubleshoot from there.
Thanks
|