Search

You searched for the word(s): userid:694495

Matching Posts

  • Re: TextBox.AppendText in AJAX ASP.NET?

    Thanks Steve and Glyn, I guess I should have mentioned that the multiline TextBox was to emulate an interactive console window where I enter in a command to be executed, press the enter key, capture in a snippet of JavaScript if ( event .keyCode == 13) send off the text to my app (callback or postback) and the output appends (or inserts) back into the TextBox. Essentially I want to redirect SetStandardInput and SetStandardOutput from the server side to a multiline TextBox in an ASP.NET web app. I
    Posted to ASP.NET AJAX UI (Forum) by mbarnett on 1/16/2007
  • TextBox.AppendText in AJAX ASP.NET?

    In the Windows Forms world, a TextBox control has a built-in AppendText method that appends text to the current text of a text box. http://msdn2.microsoft.com/en-us/library/system.windows.forms.textboxbase.appendtext.aspx Is there a similar method for an ASP.NET multiline TextBox control? I have searched for a few hours and came up with nothing at all. It seems simple enough, but... I am going to have to subclass an ASP.NET TextBox control or is there an AJAX extender or? Suggestions welcome. Thanks
    Posted to ASP.NET AJAX UI (Forum) by mbarnett on 1/16/2007
  • Re: sys.component.create issue

    Hey Garbin, thanks a lot man, that worked. Mitch
    Posted to ASP.NET AJAX UI (Forum) by mbarnett on 1/10/2007
  • sys.component.create issue

    Hi, I am using the client side tab strip from http://forums.asp.net/thread/1242119.aspx Works great! One small problem. On the ASPX page I have: function pageLoad() { $create(Dice.Tabset, { "selectedTabStyle" : "selected" }, null , null , document.getElementById( 'productTabset' )); } All working so far. My tab strip is created and functional. However I have other controls on the page in an UpdatePanel and set for partialpagerendering. When I click on the other control and the partial page updates
    Posted to ASP.NET AJAX UI (Forum) by mbarnett on 1/9/2007
  • Re: A gift to you all: An Atlas client-side tabstrip

    Great job valasekj! You saved me a bunch of conversion work. Thanks. Nice client-side TabStrip from Shazam999 It is beyond me why this, or something similar, is not in the Control Toolkit...
    Posted to Tips & Tricks (Forum) by mbarnett on 11/24/2006
Page 1 of 1 (5 items)