Search Results

Type: Posts; User: trieu.tran

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. How to use control .NET in ext.net.
    Thanks
  2. I have code:

    <%@ Page Language="C#" AutoEventWireup="true" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  3. My Brower is Firefox ver 3.6.18 and IE ver 8
  4. i post image when click on the group letter
    4383
  5. I'm download example and don't collapsed when click letter.


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

    <%@ Import Namespace="System.Collections.Generic"%>

    <%@ Register Assembly="Ext.Net"...
  6. I don't want to use .css default of ext.net in design, show me. Thanks.
  7. result when i build code:
    4338
  8. I create control dynamic but not show icon in code file, show me please:

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
    <%@ Register...
  9. I create control dynamic but not show icon in code file, show me please:



    <script runat="server">
    Ext.Net.Button btnemail = new Ext.Net.Button();
    btnemail.ID = "btnemail" +...
  10. I want change background color of Toolbar, show me. Thanks
  11. Hi
    I'm create a button menu and items fixed above like picture:
    4331
    Show me, please
    Thanks.
  12. How differen DirectEvent and DirectMethod? when to use DirectEvent? Show me
    Thanks
  13. Hi,
    I want click right mouse on menu then show children item, show me.
    Thanks.
  14. I want user guide control ext.net, help me?
  15. I Purchased Pro License & Premium Support. I download version 1.3 and it is not support Chart.
    I want create a Chart control, hep me. Thanhks
  16. I want update version Ext.NET 1.3 as version Ext.NEt 2.0. Show you help me? Thanks
  17. I want update version Ext.NET 1.3 as version Ext.NEt 2.0. Show you help me? Thanks
  18. I create Panel control dynamic.

    Ext.Net.Panel pnlChat = new Ext.Net.Panel();
    pnlChat.Width = 300;
    pnlChat.Height = 170;
    pnlChat.colSpan = 2;
    Error: 'Ext.Net.Panel'...
  19. When i call function
    CompanyX.CreateWindow(selections[0].id);
    Result is unexpected as this picture.
    4092

    Help me,
  20. Ok, I custom from example: https://examples1.ext.net/#/DataView/Advanced/Grouping/
  21. Error:

    System.ArgumentException: DirectMethod: 'CreateWindow', The parameter 'idw' is undefined at Ext.Net.DirectMethod.Invoke(Object target, HttpContext context, ParameterCollection args) at...
  22. Sorry, it don't call.
  23. Ok, I post my code and my difficult.


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

    <%@ Import Namespace="System.Linq"%>
    <%@ Import Namespace="System.Xml.Linq"%>

    <%@ Register Assembly="Ext.Net"...
  24. Don't call <Click Handler="Ext.net.DirectMethods.CreateWindow('Id');" />
    Id isn't "Id" value that Id is a parameter.
    Example:
    ....


    string Id=cls.getname();
    [DirectMethod]
    public void...
  25. I don't call
    <Click Handler="Ext.net.DirectMethods.CreateWindow('"+Id+"');"/> with parameter Id, help me. Thanks.
    In Example parameter get from Database


    <script runat="server">...
Results 1 to 25 of 40
Page 1 of 2 1 2