Hi, I'm working on a project and got into a dead end. I created a user control, which implemented ICallbackEventHandler interface public partial class MyUserControl : System.Web.UI. UserControl , ICallbackEventHandler { #region ICallbackEventHandler Methods public string GetCallbackResult() { return...