im developing a website using ASP.NET 2.0 and using AJAX control toolkit.
I am using alot of usercontrols in my application.
I extracted/copied the modal popup example into the usercontrol but when I click the linkbutton to change the paragraph style.... nothing happens. it does not appear to show the dialog.
The only error I get is the javascript error "Sys is undefined"
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Tue, 10 Nov 2009 14:06:12 UTC
Message: 'Sys' is undefined
Line: 87
Char: 1
Code: 0
URI: http://localhost/KPProdWeb/ViewOrder.aspx?oid=2007100214
Message: 'Sys' is undefined
Line: 296
Char: 1
Code: 0
URI: http://localhost/KPProdWeb/ViewOrder.aspx?oid=2007100214
any ideas?