Search

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

Matching Posts

  • Re: UpdatePanel not updating TextBox (lame, I know but I need some help)

    Honestly, I don't remember. The project went in a very different direction and I was instructed to start new development tasks soon after I posted this topic. I'm really sorry - if you post your code, I'd be happy to take a look and see if maybe another pair of eyes might be able to help figure out the issue. Regardless, good luck. Tim
    Posted to ASP.NET AJAX UI (Forum) by tradle on 1/5/2008
  • Re: html input & fileupload control both failing at click

    Thanks - This was a dupe post (?) but I truly appreciate your response nonetheless. Tim
    Posted to Web Forms (Forum) by tradle on 3/6/2007
  • Re: html input & fileupload control both failing at click

    THANK YOU! I knew it had to be somthing simple to make me feel stupid!
    Posted to Web Forms (Forum) by tradle on 3/6/2007
  • html input & fileupload control both failing at click

    Hi All - This one has me 100% perplexed. I have a small file upload control that handles audio, video and image uploads. I've tested with all different formats - and the one consistent behavior that I cannot diagnose, let alone fix, occurs when I try to upload certain video files. This occurs with both the vanilla html input server control as well as the asp:fileupload control as soon as the button click event fires. I can't debug this - my break point at the click event isn't even hit. I test for
    Posted to Web Forms (Forum) by tradle on 3/6/2007
  • html input & fileupload control both failing at click

    Hi All - This one has me 100% perplexed. I have a small file upload control that handles audio, video and image uploads. I've tested with all different formats - and the one consistent behavior that I cannot diagnose, let alone fix, occurs when I try to upload certain video files. This occurs with both the vanilla html input server control as well as the asp:fileupload control as soon as the button click event fires. I can't debug this - my break point at the click event isn't even hit. I test for
    Posted to Web Forms (Forum) by tradle on 3/6/2007
  • Reverse AJAX?

    Has anyone tried doing anything RAJAX (asyncronously send from server to client) with .NET? If so, could you point me in the direction of a reference? I need to write a small script or app that waits for messages on the server and notifies a client that a message has been received. I can't find anything out there for Microsoft technologies in regard to this, or even a set of white papers fro RAJAX. Tim
  • Timer INSIDE UpdatePanel refreshing the whole page

    Hey All - This is killing me. For some reason, every time the Timer fires it's OnTick event, it almost seems to force the whole page to load - but not as a postback. I thought that if the Timer was nested in the UpdatePanel, that the postback would be local to the objects in the UpdatePanel. As it is currently, values that I set once, in the initial page load, are being re-instantiated (and thus nullified in a sense) and I'm losing data EVERY TIME the Timer fires its "postback" What am I doing wrong
    Posted to ASP.NET AJAX UI (Forum) by tradle on 2/2/2007
  • UpdatePanel & TextBox - HELP

    I'm hoping that a more complete code listing might help one of you guys out there figure out what I'm doing wrong. Essentially, the textbox in question is "tbChat". It successfully updates when the Send button is clicked and subsequently, the PushMessage() method fires. However, the app also receives messages - in the OnMessage event. You'll see there that I virtually replicate the behavior of PushMessage() in PullMessage(); When I step through, I see the text appending as I'd expect - but the changed
    Posted to ASP.NET AJAX UI (Forum) by tradle on 2/1/2007
  • Re: UpdatePanel not updating TextBox (lame, I know but I need some help)

    Sorry about the code - hopefully this is better. And yes, I'm trying to update a textbox inside the UpdatePanel. That's supported, right? < asp:ScriptManager ID= "ScriptManager1" runat= "server" /> < asp:UpdatePanel ID= "updpnlMain" runat= "server" UpdateMode= "Conditional" > < ContentTemplate > < asp:Panel ID= "pnlChat" runat= "server" Height= "500px" Width= "350px" BorderStyle= "Solid" > < table runat= "server" id= "tblChat" > < tr style= "width: 350px; height:
    Posted to ASP.NET AJAX UI (Forum) by tradle on 2/1/2007
  • UpdatePanel not updating TextBox (lame, I know but I need some help)

    OK Guys. Essentially, I manually call the UpdatePanel.Update() method and it works half of the time. In the code below, the TextBox tbChat is updated when I call the PushMessage() method. It is not, however, updated when the PullMessage() method is called. When I step through, I can see the value that I want to appear in the TextBox - but it never gets there. I know I'm missing something trivial - but I can't for the life of me figure out what. Hopefully the code I'm posting below will be enough
    Posted to ASP.NET AJAX UI (Forum) by tradle on 2/1/2007
Page 1 of 2 (14 items) 1 2 Next >