Browse By Tags

  • WARP Panel ability

    Hi ,

    I am new to WARP panel. I am migrating one ASP form to .NET. In old ASP page 4 frames were used to handle on click functionality of the WebGrid located in one frame, because on every row click a new page opens in another frame. I don't want to use…

  • Export Chart from WARP

    I have a WARP panel containing an web chart control.  On page load the chart is populated from a webservice.  I simply want to export this chart to PDF using the document exporter.  My export button is ouf of the WARP panel but when the button is clicked…

  • How to get async callback instead of full page postback

    I have a drop down list to choose which chart to display.

    When I choose a chart - the whole page is rerendered instead of just my warp!?

    How to achieve that just warp refreshes? Any idea?

      <asp:DropDownList ID="ddl_ChartNames" runat="server" AutoPostBack…

  • CONTEXT MENU NOT WORKING INSIDE WARP

    STEP1: I have a tree view(TreeView1) inside WARP1

     STEP2:I create a new context menu(popup menu) and put it INSIDE the same WARP1.

    PROBLEM1: The context menu is not able to detect clicks on it properly.

    STEP3:  Run the script window.showModalDialog inside…