Search

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

Matching Posts

  • Re: Ajax Roadmap published

    UpdatePanel currently has many performance issues. The main I problem I come across is when the the updatepanel is re-rendering...specifically from the Sys.WebForms.PageRequestManager.prototype._updatePanel and the Sys.WebForms.PageRequestManager.prototype._destroyTree methods. It seems that _destroyTree is going through every single html element to find components to dispose. This takes an incredible amount of times...and quite often I don't have any components to dispose. Here's how I'm
    Posted to ASP.NET Futures (Forum) by zyxockjm on 9/10/2008
  • Re: UpdatePanel - Input string was not in a correct format

    Thank you MartinSmithh....that ImageButton override solution of yours fixed my problem
    Posted to ASP.NET AJAX UI (Forum) by zyxockjm on 9/8/2008
  • Re: Javascript button click event oddity in FireFox

    lineika, thank you so much for your post. That solved my problem for my firefox issue. I was trying to look for some sort of onclick() event because click() wasn't working in firefox.
  • Re: WebForm_DoCallback, __doPostBack....defintion and difference

    I think I got it...........this is a link that posted by someone else on another thread: http://edndoc.esri.com/arcobjects/9.2/NET_Server_Doc/developer/ADF/pagepost_clientcall.htm
    Posted to Getting Started (Forum) by zyxockjm on 1/17/2008
  • Re: Difference between Synchronous & Asynchronous

    [quote user="Mikesdotnetting"] http://edndoc.esri.com/arcobjects/9.2/NET_Server_Doc/developer/ADF/pagepost_clientcall.htm [/quote] Thank you Mike, this article really helped.
    Posted to Web Forms (Forum) by zyxockjm on 1/17/2008
  • WebForm_DoCallback, __doPostBack....defintion and difference

    Hello all, I've been working with ASP.NET for some time. Can someone explain to me what is WebForm_DoCallback and how exactly is it used? I couldn't find much on google. Also, how is it different from __doPostBack('','')? If someone could clearly explain these two js methods it would really help me and a lot of others who are confused about this issue. Thanks.
    Posted to Getting Started (Forum) by zyxockjm on 1/17/2008
  • Re: Load string into a htmltable

    Thank you Sanch, I was trying to find how to do this and I found the answer in your post. Always post answers to your own questions if you find them because there's probably so many others who have the same questions.
    Posted to Web Forms (Forum) by zyxockjm on 10/13/2007
  • C# windows form application stuck while processing

    Hello all, I have a c# windows form application which uses a MS Word template (dot file) to populate several document files, and prints them out. While it prints, it shows the status of each document on a richTextBox which is part of the forum. Here is the problem: The form window is completely unresponsive until all the documents have finished printing. The richTextBox updates properly, but I can not move, minizmize or maximize the form window until all processing is done. I can not have, the window
    Posted to Free For All (Forum) by zyxockjm on 6/16/2006
  • Raising an event from the aspx.cs page

    Hello all, I have an aspx form. On this form I have a textbox which has an event attached to it. The event goes off when the text is changed and the user hits enter. The code for the event is in the code-behind page (the aspx.cs page). I want to generate the same event for this textbox from the code-behind page. How do I do that? I modifed the contents of the textbox and now I want to manually generate a textchanged event from the code-behind page. Please someone tell me how to do this. Thanks, Bob
    Posted to Web Forms (Forum) by zyxockjm on 7/22/2005
  • Re: Cast from type 'DBNull' to type 'String' is not valid

    Check the values where this data is being pulled out of. I believe there is an entry for Phone, Fax, and PhoneAH...but nothing is there for Mobile.
    Posted to Getting Started (Forum) by zyxockjm on 10/25/2004
Page 1 of 4 (36 items) 1 2 3 4 Next >