Browse by Tags

Related Posts

  • Issue with ICallbackEventHandler

    Hi, I am trying to render the contents of a panel to PDF using web user control that i have created. In source page I am using ICallbackEventHandler. In downloaded PDF following text also coming inthe top of PDF //var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document...
    Posted to Web Forms (Forum) by renu.ap@gmail.com on 06-04-2009, 12:00 AM
    Filed under: ICallbackEventHandler
  • ViewState problem with ICallbackEventHandler

    Hi, I'm trying to do a compositecontrol that fires a event and I can't preserve values in the viewstate on the page. First, I click on Hello button and ViewState["myValue"] is set with "Hello" value, after that I press "Button" with a breakpoint in the Button1_Click...
    Posted to Web Forms (Forum) by Bonomi on 03-02-2009, 12:00 AM
    Filed under: ICallbackEventHandler, ViewState
  • Get values from a CompositeControl that implements ICallbackEventHandler

    Hi people, I have created a CompositeControl that implements the ICallbackEventHandler interface and uses the RaiseCallbackEvent method for receiving data from client side and this value is stored in a public property and a public event is raised to inform the page that the control has a new value. In...
    Posted to Custom Server Controls (Forum) by Bonomi on 02-02-2009, 12:00 AM
    Filed under: CompositeControl, ICallbackEventHandler, asp .net 2. 0
  • Get values from a CompositeControl that implements ICallbackEventHandler

    Hi people, I have created a CompositeControl that implements the ICallbackEventHandler interface and uses the RaiseCallbackEvent method for receiving data from client side and this value is stored in a public property and a public event is raised to inform the page that the control has a new value. In...
    Posted to Custom Server Controls (Forum) by Bonomi on 02-01-2009, 12:00 AM
    Filed under: asp .net, CompositeControl, ICallbackEventHandler
  • ICallbackEventHandler and passing multiple string values to server and receiving multiple values

    Hello, I need some help with ICallbackEventHandler and was wondering if some experts can share their knowledge on this. Thanks in advance. I am retrieving results from a web service that returns xml nodes. In order to return XML nodes to client, I have converted xmlnodes into string (string concatenation...
    Posted to Client Side Web Development (Forum) by betamax on 01-24-2009, 12:00 AM
    Filed under: ICallbackEventHandler
  • Update panel problem in page in Raisepostbackevent

    Hi All, I have one content form ManageAgencies.aspx page. In this page i have placed DualListBoxSelect user control in update panel. This user control contains two list boxes and two button > and < to move content from one list box to another list box. When we click on < button by selecting...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by konda.chellu on 01-03-2009, 12:00 AM
    Filed under: pop up windows, Client IsPostBack, How to use ICallbackEventHandler to call Javascript function with Remote Scripting, ICallbackEventHandler, iCallbakHandler, raise click event from javascript, window.showModalDialog()
  • How to pass string values from base popup page to base/parent page.

    Hi All, I am using window.showmodalpopup() java script function to display popup in my asp.net application. Now I am facing problem with passing string values from popup page to parent page. I am trying to assign a string value to the lable which is there in the parent page from popup page I have used...
    Posted to Client Side Web Development (Forum) by konda.chellu on 01-02-2009, 12:00 AM
    Filed under: modal window, modalpopupextender, open window in javascript, pop up windows, showModalDialog, asp.net popup window, document.getElementById, How to use ICallbackEventHandler to call Javascript function with Remote Scripting, ICallbackEventHandler, java script and C#, Javascipt C# Updatepanel, JavaScript : showModalDialog(), javascript attributes popup, raise click event from javascript, javascript popup postback lookup, modal popup extender
  • ICallbackEventHandler problem

    Hi all, I have implemented an ICallbackEventHandler just to test it and see how it works. I have a problem on the client side script. I cann't make the page control update with the server result. Here is the code: Server Side: public partial class _Default : System.Web.UI.Page, ICallbackEventHandler...
    Posted to Web Forms (Forum) by shay chen on 10-01-2008, 12:00 AM
    Filed under: ICallbackEventHandler
  • Save Personalization data during client Callback page cycle

    I've post similar question awhile ago, but maybe the subject wasn't clear, I received no reply. So I'll try again. During client Callback page cycle, SaveViewState event is never called, so WebPartPersonalization.Save() method is not called either. Is there anyway to force Save Personalization...
    Posted to Web Parts and Personalization (Forum) by andytr on 09-17-2008, 12:00 AM
    Filed under: personalization, Callback, Callback page cycle, Client Callback, ICallbackEventHandler, WebpartPersonalization.Save
  • Problem with personalization and ICallbackEventHandler

    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...
    Posted to Web Parts and Personalization (Forum) by andytr on 08-11-2008, 12:00 AM
    Filed under: personalization, Personalized, Web Part, ICallbackEventHandler
Page 1 of 3 (28 items) 1 2 3 Next >