Search Results

Type: Posts; User: omeriko9

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. What I like in that code sample is that you don't need to manage the rendering.


    Button2 is added to the controls collection of the form on each ajax request.
    If button1 has been clicked, then...
  2. Thanks again, I missed that part :)

    I've altered the previous server code to the following:



    protected void Page_Load(object sender, EventArgs e)
    protected void Page_Load(object...
  3. Thank you very much Vlad.

    I altered the code to the following:



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

    <%@ Register...
  4. Hi,

    Thank you for the hard work you did on v1.0. Looks great :)

    I'm trying to create a control during DirectEvent and I want to postback using the created control.

    My code:
  5. Thank you very much :)
  6. I've seen threads that mention the 1.0 example explorer.

    Is there any?
    And can someone provide the secret link? Because google has never heard of it ;)


    Thanks


    Omer
  7. Thank you very much :)

    Any idea when will the community 1.0 be available for download?
  8. Hi,

    I'm trying to use this example during a Coolite's AJAX request, and the tab I'm trying to add is not added.


    Is this possible at all?...
  9. Hi Amit,

    I'm experiencing the same. Looks like the problem is with the Coolite dll, and the good guys from coolite are working on it:
    http://forums.ext.net/showthread.php?threadid=27469-7-1.aspx
  10. guys,

    please look at Microsoft Connect - a bug has been opened (and closed) about this issue,
    Microsoft response is that they will fix it in future releases of the product:
    ...
  11. Hi!

    thank you for sharing this solution.


    I have another issue with VS2010 beta 2 and Coolite: no intellisense.


    Did you encountered this problem?
  12. if the controls are added view code behind, you can add handler via code behind as well:



    txtPassword.Listeners.KeyDown.Handler = String.Format(
    "if ({0}.value.length > 0)...
  13. you can use the disable() and enable() method for ExtJS buttons (see http://www.extjs.com/deploy/ext/docs/output/Ext.Button.html). In server side you can use btnID.Enabled = false/true
  14. hi danielg,

    thank you for your reply.
    Do you have any idea if this feature, expected in v1.0, will require dynamically adding the controls on each postback?


    I'll try the workaround you...
  15. ?
  16. Hi,

    Is it possible to add label dynamically during ajax post back to an existing panel? If it is, how?


    If it's not, what html/extjs should i render in order to initiate a coolite ajax event...
  17. Hi guys,

    anything new here, good or bad?
  18. Hi,

    General Description of the bug:

    Page contains TabPanel. In the second (and initialy unselected) tab there is a panel that loads another aspx file.
    the other aspx file contains a GridPanel...
  19. Hi vladimir,

    Can you guys please share the fix (or a workaround) for problem no. 1?


    thanks.
  20. I guess the Coolite team is probably too busy, so anyone who knows how to do this or has done this before, early adopters for instance, this is pertty urgent, please reply...
  21. Hi

    Couldn't find any example/post/thread that talks about this.


    During the data bind, is there a way to process each GridPanel's row at server?
    something similar to the OnRowDataBind event...
  22. Another common scenario for using EnableEventValidation=false is implementation of row select in a asp:GridView with a click on the row, following this article :
    ...
  23. Thank you.

    Nevertheless, this does not solve the issue, because Coolite's AJAX method update ONLY Coolite controls...
  24. Thank you for the explanation, information, and the sample code (and for the effort to design it ;) )

    You are right - it has nothing to do with EnableViewState. Indeed, it looks more like the...
  25. Hi methode,

    thank you for your solution, i will definitely use it.


    My problem is not how to prevent the user from using any "<" in the TextBox (Actually, i would like to let him user those...
Results 1 to 25 of 32
Page 1 of 2 1 2