Search Results

Type: Posts; User: jmroyb

Search took 0.01 seconds.
  1. Hi folks,

    I would like to change blue style by an orange one.

    May I do it?

    Cheers
  2. Hi folks,

    any update about this topic?
  3. Hi folks,

    I'm applying this code:



    List<Field> fields = Ext.Net.Utilities.ControlUtils.FindControls<Field>(my_FormPanel as Control);

    foreach (Field field in fields)
    {
  4. Vladimir,

    thanks for your fast answer. I have added ViewStateMode="Enabled" and now it works.

    Thanks a lot!!!!
  5. Hi folks,

    I have this stuff. I'm populating Window Icon property at codebehind, but when I check icon value, I get None insted of Add value. Why?

    Cheers



    ASPX
  6. Hi folks:

    this piece of code works grand in my development VBox (Win7 x32 Ultimate/IE9), and test Vboxes (XP/IE7 + Win7 x32 Ultimate/IE9):

    <ext:Window ID="ventanaPassword" runat="server"...
  7. [ToolboxData("<{0}:UISeleccionDias runat=server></{0}:UISeleccionDias>")]
    [ParseChildren(true)]
    public class UISeleccionDias : Ext.Net.Control, INamingContainer
    {

    ...
  8. Hi Vladimir,

    thanks for your quick answer. First of all, which is the base classes to inherit from?

    BoxComponentBase
    ContainerBase
    Component

    I would like to convert it to ext.net for...
  9. Hi folks,

    I would like to use ext.net controls within a composite control (inherited from CompositeControl).

    Please can you provide a short piece just to know what ext.net pieces should I use?...
  10. Hi,

    I'm newby with your controls and I miss some information about server-side api.

    This is my scenario:

    * one aspnet button in a master page
    * one contained page with TabPanel

    I would...
Results 1 to 10 of 10