CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2007
    Posts
    1

    Dropdownlist flickering during asynchronous postback

    I have placed a dropdownlist control in a asp.net ajax , updatepanel control along with some other controls. During the asynchronous postback , dropdownlist control is flickering. Can any one tell me how to avoid flickering of dropdownlist during asynchronous postback

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: Dropdownlist flickering during asynchronous postback

    heres a thread with a "workaround"

    http://forums.asp.net/thread/1674097.aspx

    hth,
    mcm
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured