I am trying to implement the SmartScroller control (free control from http://www.strengthtechnologies.com/) into my WebApp. It is supposed to retain scroll position after a postback. I'm having difficulty adding it to my project however. When I try to add the SmartScroller to my toolbox I get this message...
"There are no components in 'C:\Inetpub\wwwroot\webapp\bin\StrengthControls.Scrolling.dll' that can be placed on the toolbox.
I've also tried to register it manually...
<%@dotnet.itags.org. Register TagPrefix="ccl" Namespace="StrengthControls.Scrolling" Assembly="StrengthControls" %>
but I get a parser error: File or assembly name StrengthControls, or one of its dependencies, was not found.
I've included StrengthControls.Scrolling.dll in the bin directory of my webapp just like it says to do on the http://www.strengthtechnologies.com/ site so I have no clue why this isn't working. Any help would be much appreciated.Why not just using Smartnavigation property?
I've heard that SmartNavigation is unreliable and I've encountered strange problems when I've implemented it in the past.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment