Search Results

Type: Posts; User: acrossdev

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. An empty catch clause in the Ext.Net source code makes possible to perform an XSS attack on a site run by .Net 4.0. This applies to the latest Ext.Net version 2.2.0 as well as to some previous.
    ...
  2. Hello, I am migrating my code from Ext.Net 1 to Ext.Net 2.

    I had a need to display a tree with tristate checkboxes for parent nodes and ordinary ones for leaf nodes:

    5432

    This was done by...
  3. Tahnks for the suggestion, I noticed it but it doesn't really fit my needs. The reason is I need some relatively complicated GUI to create/edit a record. First the user chooses the record type and...
  4. Hello, I'm trying to migrate one of my projects from KendoUI to Ext.Net MVC, and I have a problem migrating a grid with AJAX CRUD operations and a popup editor.


    In KendoUI I can specify an...
  5. Now I'm just trying to create page with 2 depended grids.
  6. Hi, Team

    I'm trying to create page with Master-Detail grids in MVC (Razor) engine.
    But I have found only one usefull following thread about:...
  7. Thank you, Daniil. You're right. I've found another credentials to SVN.
  8. I also can't connect to the svn. When my tortoise tries to autorize on svn.ext.net:80, I have autorization error.
    4691
  9. My ext.net-based application suffered from memory leaks.

    I could not find by myself what exactly caused the leaks, so I asked Microsoft to help me find them.
    They investigated my memory dump and...
  10. Now the tree reloads much faster. The tree can handle ~5000 subnodes, albeit slow, but without any complaints from IE. No luck on 10000 though - I got the warning on expanding the node.

    Anyways,...
  11. I disagree. The issue is the suboptimal reload algorithm. The number of JS instructions that get executed on reload grows very rapidly with the number of subnodes. IE just limits this number to...
  12. When reloading an AsyncTreeNode, the reload method starts by removing all subnodes of the node one-by-one. Removing a subnode involves determining whether the specified node is really a subnode of...
  13. Good day!

    Thank you for your cooperation.
  14. Hello!

    The problem of confusing list of results is a presentation problem and should be dealt with separately. Now we are discussing another problem:
    It is impossible to select items containing...
  15. Hi Daniil,

    In most of the tasks we do using coolite library, MultiCombo's text fields can easily contain commas.
    By other part, value fields is almost numbers, ids, guids and etc.

    So, it would...
  16. Ok, what is the solution if I don't know what comma I should use (got it from database).

    MultiCombo has visual text and value for each item in list. I think multiCombo must base on value not on...
  17. Thank you for your reply.

    MultiCombo doesn't allow to select all three values. Only value "without comma". When I check all three values, in text area I see all three of them. After combo is...
  18. I have this simple code:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestMultiCombo._Default" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  19. I have found several errors in dynamic styles in extnet-core.js and extnet-core-debug.js

    missed spaces at CSS classes names declarations, e.g.

    ...
  20. Good day!

    I have some questions about resource response optimization.

    1. Why do you zip images, they are already compressed so it is wasting cpu time for zip on server and unzip on client
    2....
  21. I'm sorry it was my fault, coolite works ok.

    Thank you!
  22. There is a bug in request url resolving.

    In IIS there is registered MyAppName application.

    User connects to http://server/myappName/default.aspx

    In some cases the http request url looks...
  23. According to your reply. I have perform the analysis, and I can agree that Newtonsoft Json is much more better than MS Ajax library.

    Thank you for your reply.
  24. 1. Why do you use Newtonsoft json instead of MS Ajax library (MS ASP.NET Ajax Extensions)?

    2. What is the difference between them?

    3. Is it possible to use only Ajax library without...
  25. Hello,

    There is such code in ResourceManager.ProcessRequest method:


    try
    {
    this.stream = this.GetType().Assembly.GetManifestResourceStream(this.webResource);

    switch...
Results 1 to 25 of 73
Page 1 of 3 1 2 3