![]() |
Weird problem with AlwaysVisibleControlExtender
Hi to all,
I did most of my development on VS2008, debugging using Firefox.:thumbsup: Summary: My AlwaysVisible panel works in Firefox, but not in IE7:eek:! Details: On my test.aspx page, I have a panel(pnl1) with an AlwaysVisibleControlExtender. In this panel, I have a textbox that has its text populated from the database during load. When I get redirected to test.aspx, on IE:eek:, pnl1's alwaysvisible property does not work. However, on Firefox, it works like a charm. On IE:eek:, if I directly access the page(not redirected), the alwaysvisible works.... Whats wrong with the code(or IE:eek:)? Thanks for taking the time to read. Code:
.collapsePanel { |
Same problem. Got an answer yet?
I am having the same problem. Have you found a solution yet?
|
Hello,
here is my first post on this forum:) I have found that is I set 'UseAnimation' to true it then works in IE7. Code:
<ajaxToolkit:AlwaysVisibleControlExtender ID="KeepVisExtender" However I don't want the animation as it jumps around horribly when scrolling down the page. I am on IE 7.0.6001.1800C0 |
Bingo!!!!
Found the solution :thumbsup:
Include the following in top of your aspx page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> I found the answer here : http://forums.asp.net/p/1054384/1496634.aspx#1496634 I lost stack of time trying on this one.. Brigzy |
| All times are GMT +1. The time now is 03:01 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.