Search Results

Type: Posts; User: phancongphuoc

Search took 0.02 seconds.
  1. Could you give me more simple example or show me steps to do it
    I have read the example you gave, it run well and that is exactly what I need
    But I could not find out how to implement my source to...
  2. Hi everyone
    I need to use combobox
    My problem is that the store is so big with more than 33.000 rows
    So that I need to use 2 rows combobox with paging like this:




    <ext:ComboBox
  3. I have found that, errors displayed when I upload big file,
    I try to use another smaller, it work well
  4. Hi Geoffrey, thanks so much for your reply

    This is my test code with FileUploadField and it didnot run well
    this is my make up code





    <%@ Page Language="VB" AutoEventWireup="false"...
  5. Oh, thank you geoffrey, I change the eventhandler to AjaxEventHandler, and it work well
    but it just work when I don't use FileField (I mean don't click on Browse button of FileField control).When...
  6. I have found it, this maybe unsupported feature of Coolite
    I use Masterpage, and by searching on google I found that we have to add event in code for each controls when Page is Innited
    But now, I...
  7. I am getting the same error too
    I ask to support team, but they have no reply
    Have you solved it yet
    I use VS2005 with C#
  8. Anyone help me please, I think that is common issue
    I cannot catch event by AjaxEvents
    I have used this control VB.Net, and it work fine
    The problem I get when I change to user C# and VS2005
  9. Code in my .aspx file





    <ext:Anchor>


    <ext:ComboBox StoreID = "storeChuyenDe" DisplayField = "Chuyende" ValueField = "IDChuyende" ID="cboKhuVuc" runat = "server" EmptyText = "Khu V?c"...
  10. Why you need to use like that
    You could use datasource to add data to store and then set your gridpanel's StoreID property to that id of above store
  11. Hi everyone

    I create a GridPanel and 2 buttons, Add and Delete
    Click Add button to open window popup and choose item from the combobox that need to add to the grid (use javascript)
    Click Delete...
  12. Oh, I have found the solution

    After read some place in community, I rendered to http://www.extjs.com/deploy/dev/docs/?class=Ext.form.Checkbox&amp;member=setValue
    But I cannot navigate to the control...
  13. I need to disable some checkbox and radio button from checking another checkbox
    I decide to use javascript to accelerate my webpage
    But I cannot find exactly place to add or set attribute
    Please...
  14. Hi all
    I am using Coolite controls, I cannot see Coolite controls display on the design pattern
    Please show me how to do or where to read to see them
    By the way, I copy code from existing page...
Results 1 to 14 of 14