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…

  • 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…