hi dear forums.asp.net members. i am using urlrewritingnet for url rewriting. at one of my page i am using auto complete extender . it works fine for first page weirdly because also that page is getting url rewriting.
Can you explain in more detail where to put this fix? I'm using Dotnetnuke and having the problem using CalendarExtender but don't know where/how to apply your fix. Thanks
Member
57 Points
403 Posts
Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not an object
Apr 08, 2010 11:39 AM|CeOfFuture|LINK
hi dear forums.asp.net members. i am using urlrewritingnet for url rewriting. at one of my page i am using auto complete extender . it works fine for first page weirdly because also that page is getting url rewriting.
now let me explain you
my normal page is
domain/Pokedex.aspx
here what i do for url rewriting
ok now problem does not happen when i type this : domain/Pokedex.aspx
but i when i type this problem occurs : domain/Pokedex-2 which is equal to domain/Pokedex.aspx?page=2
here is the problem screen shot
but when i type this problem does not happen : domain/Pokedex.aspx?page=2
so it is about url rewriting i guess
i really need to solve this problem ty very much
Url routing : MonsterDex
Contributor
2211 Points
517 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 08, 2010 12:33 PM|kanasz.robert|LINK
Hi,
did you include ToolkitScriptManager on your page?
- SQL Server 2008, Database Development
- SQL Server 2008, Implementation and Maintenance
MCPD - ASP.NET Developer 3.5
- Web Developer 4
MCITP - Database Administrator 2008
- Database Developer 2008
Contributor
2211 Points
517 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 08, 2010 12:37 PM|kanasz.robert|LINK
Hi again,
chceck, whether you have all ajax dll files in bin folder. btw, do you use website probject or web application project?
Regards
Robert
- SQL Server 2008, Database Development
- SQL Server 2008, Implementation and Maintenance
MCPD - ASP.NET Developer 3.5
- Web Developer 4
MCITP - Database Administrator 2008
- Database Developer 2008
Member
57 Points
403 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 08, 2010 12:44 PM|CeOfFuture|LINK
thnx for replay but
i am guessing you are not reading my post
domain/pokedex.aspx?page=23
this is working correctly since when i type this urlrewriting.net does not process
since i am giving full path
but when i type like this ajax control toolkit does not work
domain/pokedex-23
which is equal to domain/pokedex.aspx?page=23
so i dont have any problem with ajax toolkit normally
it is working very well nothing is lack
and i am using web site project
Url routing : MonsterDex
Member
57 Points
403 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 08, 2010 01:23 PM|CeOfFuture|LINK
i really need help here
it seems like when urlrewriting.net rewrites the requested url ajaxtoolkit manager cant find dll files
i dont know details
but there must be a solution
Url routing : MonsterDex
Member
57 Points
403 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 08, 2010 08:31 PM|CeOfFuture|LINK
if we can solve this problem i am pretty sure so many person will benefit
because i couldnt find any solution about this on the internet
Url routing : MonsterDex
Member
57 Points
403 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 09, 2010 04:46 AM|CeOfFuture|LINK
still couldnt solve the problem
waiting every kind of suggestions
Url routing : MonsterDex
Member
57 Points
403 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Apr 10, 2010 08:00 AM|CeOfFuture|LINK
thnx a lot guys
there were no help unfortunately
but i solved problem
here is the solution
Url routing : MonsterDex
None
0 Points
3 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Jan 05, 2011 07:32 PM|greengrass_5|LINK
Can you explain in more detail where to put this fix? I'm using Dotnetnuke and having the problem using CalendarExtender but don't know where/how to apply your fix. Thanks
Member
11 Points
32 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Aug 01, 2012 02:02 PM|csnyder|LINK
I've also seen this problem with some controls.
Adding CombineScripts="False" to the ToolkitScriptManager solves the problem for me.
Member
29 Points
200 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Jul 12, 2013 05:16 PM|sushsudh|LINK
@csnyder it worked for me.
None
0 Points
8 Posts
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Oct 18, 2013 02:21 PM|sivapremkumar|LINK
included ToolkitScriptManager on my page now its working
None
0 Points
1 Post
Re: Url rewriting problem --- Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not...
Jan 29, 2014 01:57 AM|mohanakarthi|LINK
i also have dis same problem..any one help me..