Search Results

Type: Posts; User: stebag

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Otherwise (without Viewstate) the error is presented evetytime.

    Thanks.
    Stefano
  2. Hi.
    I noted the _VIESWSTATE solution works only sometimes. For example it work the first time but using the same function a second or a third time the error code appears and the upload fails....
  3. Hi,
    I have to get the store index using the find function from codebehind


    var find = Store1.Find("FieldName", "FieldValue");
    Store1.LoadPage(find);

    I need to get "find" variable as an...
  4. Thanks.
    It works.

    But now I have to get the store index using the find function from codebehind



    var find = testata_schede_attive_store.Find("FieldName", "FieldValue");
    if...
  5. Hi.
    I'm using PagingToolBar to handle a formview.

    I can use PagingToolBar.MoveFirst and PagingToolBarMoveLast and all work fine.
    But how can I move to a specific page (within the PagingToolBar),...
  6. Hi.
    After updating to Ext.net 2.5 during saving activity (formpanel button calling codebehind sql update method I receive always the "communication failure" error.

    Thanks.

    Stefano

    8191
  7. Ok solved using:
    MultiUpload1.PostParams.Add(new Ext.Net.Parameter("__VIEWSTATE", ""))

    in codebehind PageLoad.

    Thanks.
    Stefano
  8. Hi.
    How can I get the response text file in my development environment?

    Thanks.
  9. Hi,
    I'm trying to use the MultiUpload control in my project, but I receive with IE and Crome the same error at script level (Error Code 200, see attachment). I used both Web Development Server and...
  10. Same issue using

    <Renderer Fn="FPE_render"/>

    Thanks.
  11. Hi.
    I'm trying to use the ComboBox within a GridPanal displaying DisplayField instead of ValueField.
    I used the Renderer approach but without success (Ext.net 2.4).
    Thanks.
    Stefano



    <script...
  12. Hi.
    I have a Pagingtoolbar feeded by a store linked to an sqldatasource.
    How can I move to the last item of the PagingToolBar on load.
    I tried load event on listeners by it produces error,...
  13. Ok. It works.

    Thanks very much.
    Stefano
  14. Hi.

    I have a Form with fields and a Save button calling a codebehind SQL update function.
    How can I show a waiting message during the saving process avoiding the user try to do other action on...
  15. Hi.
    Thanks for Your answer.

    I solved calling a codebehind function of parent page (I tried to close directly the Window Item but I received a "not defined object" error).

    In the following the...
  16. Hi.
    Thanks for your answer.
    Unfortunately the proposed syntax produces a compilation errror (VS2012, Ext.net 2.4). App is not recognized as a valid attribute for this.Parent (please see...
  17. Hi.

    I have the following situation:

    - MasterPage
    - ParentPage with a ext.net Window:


    <ext:Window ID="Richieste_window" runat="server" Layout="FitLayout" Hidden="true" Modal="true" ...
  18. Hi,
    just to highlight that the Border "list of values" feature (Intellisense) a lot of Ext.net object is not handled. If False or True is manually inserted all is OK.

    Regards.
    Stefano
  19. Thanks for Your answer.

    I have applied the suggested approach in that way:



    <script type="text/javascript">
    var isSyncCheck = function (form) {
    if (form.getForm()._record...
  20. Solved using <Bin> Section of PagingToolBar.

    Stefano
  21. The problem is related to STORE reference in a Panel with Layout=AutoLaytout (see MasterPage), even if the Store is contained in a different ContentPlaceHolder in Master Page.

    I partially solved ...
  22. Hi.


    I use PagingToolBar to move back and Forward record using the related store:
    FormPanel Section:


    <ext:PagingToolbar ID="FormPanel_toolbar" StoreID="Store1" runat="server" ...
Results 1 to 25 of 44
Page 1 of 2 1 2