Search Results

Type: Posts; User: csn

Search took 0.01 seconds.
  1. First of all, I would like to thank you Geoffrey for such a fast answer to my post!
    I would like to clarify that what I'm trying to do is to re-use the behaviour and components of the "User...
  2. I'm trying to make a page on which to register oncoming items of an order. As I can have multiple types of items: accessories, cellphones, etc. I added a button that calls specifically a modal window...
  3. Hi, I have a ComboBox which loads its content via a server-side method. The problem is that this ComboBox is inside a panel, that, in a certain moment must be hidden (Panel.Visible=false). When the...
  4. ComboBox)
    Hello everyone, after several days trying to figure out what was going on, and even after reading some posts in this forum I came to the conclusion that I really don't know why what's happening to me...
  5. Hi, I have a problem obtaining the value of a Combo Box. If I define it in a separate .aspx file, I don't have any problem, but, when I have the Combo Box defined inside a Panel (StatePanel), that is...
  6. People, I posted the same question in the asp forums and I obtained an answer.
    I would like to share it with all of you, check here -> http://forums.asp.net/p/1607452/4102675.aspx

    Regards,
    ...
  7. Thanks Geoffrey!

    Regards,

    Christian.
  8. Hi everyone, once again xD

    I have a BorderLayout which its center panel has another panel with a "fit" layout.
    In the <Content> tag of this last panel, I have 2 <ext:Panel>. The problem is that...
  9. The examples at https://examples1.ext.net correspond to the beta 1.0. Are you using the beta 1.0 or the one that is at http://www.ext.net/download/ (version 0.8.2)?

    If you are using the 0.8.2 you...
  10. Hi, I have a weird problem with the XML returned from web-method.

    I have a class that is auto-generated by a tool. The tool reads a table from the database and generates the class automatically....
  11. Thanks a lot!!
    Any clue about the other curiosity I found about the return of web methods? (Missing properties because they don't have a defined "set method").

    Regards,

    Christian.
  12. When the web method getTiposDeEquipos() returns the List<TipoDeEquipo> it returns a list of objects that have the following properties:

    idTipoDeEquipo
    denominacion
    descripcion

    The weird was...
  13. I have the following linked combo boxes:

    PAGE CODE:



    <ext:ResourceManager ID="rmConsultarRecursos" runat="server" DirectEventUrl="WebUserControl.ascx.cs">
    <Listeners>
    ...
Results 1 to 13 of 13