Search Results

Type: Posts; User: 78fede78

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. I use a taskmanager? is sufficient to keep alive the session in a aspx page?
  2. I can not set the background color of my toolbar
    The toolbar does not change color.

    This is the code:



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Persone.aspx.cs"...
  3. the child must be paged in a similar way

    https://examples1.ext.net/#/GridPanel/Paging_and_Sorting/Page/

    adding pageproxy does not work

    can you help me?
    thanks!
  4. If I type "a" in the first combo
    I get a list of all items starting with "a" Figure 1
    if I type "a" in the second combo
    do not see any list Figure 2

    Why this behavior?


    The ComboBox2 is...
  5. Parameter is simply called timeout.
    Probably not a very elegant solution but it seems to work properly:



    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Threading" %>
    <%@ Import...
  6. I have no method getTask
    the list of methods is in the image attached
    for a task you can set a timeout very long?
  7. I think I'm close to the solution
    I must be sure that the long operation starts after the taskmanager is stopped
    Is there a method to tell me whether a task is running?
  8. Unfortunately the code I've written is unusable

    System.Web.HttpContext.Current.Session is null

    I can not even change the syntax

    it is an application in three layers (Presentation,...
  9. ???


    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Threading" %>
    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  10. I tried to summarize my scenario

    The method UpdateTimeStamp takes a long time to complete

    Even if you set the timeout after 30 seconds the page times out

    I discovered that the problem is...
  11. SessionID because the change to every request?




    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Threading" %>
    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Register...
  12. csv file is provided in user input
  13. grid.getSelectionModel().getSelected().rowIndex ????
  14. Is exactly what I needed!
    Thanks!!!!!!
    I have one last question
    The message that appears is "password do not match"
    You can customize this message?
  15. Hello Daniil

    I have set up many pages with the mechanism of MonitorPoll
    I would not have to hange everything I have done

    My formpanel is quite complex

    Beyond the control of the password...
  16. The function that compares the password is working properly. (validatePassword)

    Every 9 seconds MonitorPoll = "9000" is made
    <ClientValidation...
  17. I'm sorry but there are improvements




    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  18. <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
  19. is it possible?
  20. without LockingGridView the behavior is correct



    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
    protected void...
  21. Hi
    is it possible?
  22. I have to show only month and year
  23. Datefield selected date is null why???

    the problem is
    Format="F yyyy" ????





    <%@ Page Language="C#" %>
  24. ok thanks.
    I have a last request

    I have to change the background color of my cell by value

    metadata is undefined.


    var myRenderer = function(value)
    {
  25. Hello
    I have torecover the the value of the cell clicked .

    alert(record.TestProperty1); is undefined
    alert(record.get('TestProperty1')); is undefined




    <%@ Page Language="C#" %>
Results 1 to 25 of 218
Page 1 of 9 1 2 3 4