Search Results

Type: Posts; User: walle

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Hi Daniil,

    Perfect, now it works fine. !!

    Thanks.
  2. Hi Daniil,

    This code does not work fine:



    protected void btnExit_Click(object sender, EventArgs e)
    {

    MessageBoxButtonConfig buttonYes = new...
  3. Hi Daniil,

    I can´t understand you.

    Can you show me an example?

    Thanks.
  4. Hi,

    This is my code:



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test8.aspx.cs" Inherits="test8" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  5. Hi Daniil,

    Why does not appear that change in CHANGELOG.txt?

    Thanks.
  6. Hi Daniil,

    Sorry, but there is not such property for CommandColumn.
  7. Hi,

    My code is:



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test7.aspx.cs" Inherits="test7" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script...
  8. Ok, works great.

    Thanks.
  9. Hi,

    How can I get all the columns are not resizable using <Defaults>
    This code does not work fine:



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test7.aspx.cs" Inherits="test7"...
  10. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test6.aspx.cs" Inherits="test6" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <!DOCTYPE html PUBLIC...
  11. Please,

    Any idea?

    Thanks.
  12. Hello Daniil,

    Your example works fine.
    But imagine that there are a lot of radioGroup (fifty or more) instead of only one.

    How can i get a solution for this case?

    Thanks.
  13. Hello Daniil,

    I dont´t understand you.
    I'm not sure what exactly to do. Can you make an example ?

    Thanks.
  14. Really, this is my code:



    <%@ Control Language="C#" AutoEventWireup="true" CodeFile="popup_test4.ascx.cs" Inherits="popup_test4" %>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net"...
  15. This is the example code:

    .aspx page



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test4.aspx.cs" Inherits="test4" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  16. I found a simple solution, adding the next code in Page_Load:



    this.Page.Form.Controls.Add(lblTest1);


    But, now I would like to know:
    How can I get a solution if the label was in an user...
  17. Hi,

    This is my code:



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test4.aspx.cs" Inherits="test4" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  18. Hi,

    My user control is like this:



    <%@ Control Language="C#" AutoEventWireup="true" CodeFile="popup.ascx.cs" Inherits="popup" %>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net"...
  19. I need create the DirectEvent Click from code behind but I can´t get it.



    protected void Page_Load(object sender, EventArgs e)
    {

    Ext.Net.Panel panelExample = new...
  20. I want to show the options of a radiogroup but in readonly mode (because I want to show results and only one of them was checked before).
    The issue is that readonly mode does not work properly,...
  21. Thanks Daniil.
  22. <ext:RadioGroup ID="BallsType" runat="server" FieldLabel="Balls">
    <Items>
    <ext:Radio runat="server" ID="BallA" BoxLabel="a"></ext:Radio>
    <ext:Radio runat="server" ID="BallB"...
  23. Hello,

    I need this code in Server Side:



    <ext:Panel ID="pnlExample" runat="server" Title="Panel Example">
    <Content>
    <ext:Label ID="lbl_one" runat="server"...
  24. Hello Geoffrey,

    Your idea doesn´t work either.
    Update is not available for myImageCaptcha.
    Note that the myImageCaptcha is updated automatically when you press the button 'Send' but I can´t see...
  25. I tried with: EnableViewState="false" to allow panel refresh.



    <ext:Panel ID="panelCaptcha" runat="server" Height="75" Width="175" EnableViewState="false">


    but it doesn´t work.

    Any...
Results 1 to 25 of 139
Page 1 of 6 1 2 3 4