Search Results

Type: Posts; User: zach

Search took 0.02 seconds.
  1. To use IE document compatibility meta tags, the tag must be the 1st element in the head section, else it will not take effect. The title tag seems to be an exception to that rule.

    When the head...
  2. Thanks Vladimir. I'm trying to understand... The check and disabled state are being set on the server-side, so viewstate should be aware I think? Do you disagree? Also, from a end-user-developer...
  3. I'm suggesting that in Component.cs use the following. In .Net 4, ClientId may not be available when TopDynamicRenderTo executes. UniqueId is available. The the only difference between the two is the...
  4. Hi Vladimir,

    The behavior according to the spec is correct, but seems like a bug for Ext.net. Viewstate should be persisting the value, not the POST.

    Here are a couple more considerations:

    ...
  5. Ext.Net 1.2
    .Net 4.0

    To reproduce using the code below, press button 1.) then 2.)

    The problem might be in the LoadPostData method of CheckBox.cs
  6. I propose using something like this:



    this.UniqueID.Replace(this.IdSeparator,this.ClientIDSeparator)
  7. Thanks Vladimir, that makes sense. Still a bug though, right?
  8. {script:"Ext.net.append(Ext.net.getEl(Ext.get(\"ctl01\")),[\"<div id=\\\"bxTransData_Content\\\" class=\\\"x-hidden\\\">\",\" This will disappear if the id of the form tag is generated...
  9. Thanks for helping me to understand this.


    If I do this:
    bxTransData.Render(bxTransData.ContainerID);

    I get: CS1502: The best overloaded method match for 'Ext.Net.XControl.Render(bool)' has...
  10. Thanks for the info about Render. Although, I'm not sure I completely understand. Which method would you use if you have a mix of Ext.NET and non Ext.NET controls in the Content section?

    It...
  11. Hi Daniil,

    I re-checked this. The problem seems to appear only when compiling against .Net 4.

    Also, if you switch your project from .Net 2. to .Net 4, visual studio generates a web.config...
  12. If an id is not specified in the form tag of an asp.net page, null is generated into the Ext.get() method responsible for getting the form id.

    Example:



    Partial Class _Default
    Inherits...
  13. Thanks Daniil. Is this considered a bug? Or are proxy-based events not supported via declarative markup?
  14. On the client side, try something like this:


    Ext.util.Format.date(Ext.getCmp('dos').getValue())
  15. Thread: [CLOSED] EmailTo

    by zach
    How about this?



    <Click Handler="function(){window.open('mailto:email@echoecho.com?subject=SweetWords')}" Single="true" />
  16. When assigning a CustomDirectEvent to regular asp.net button in a regular page (non-contentpage), an onclick = return false is rendered into the button and everything works fine.

    When doing the...
  17. Here's an example showing how to do a confirmation with an autopostback button.




    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PB.aspx.cs" Inherits="PB" %>
    <%@ Register...
Results 1 to 17 of 17