Browse by Tags

All Tags » ASP.NET (RSS)

Server tag "asp:ScriptManager" is ambiguous by Dennis

I have encountered this error message in the past when I upgrade a few projects to 3.5 but it has been at least 3-4 months and found myself stuck with the same dilemma once again today. This error can be attributed to many things but mainly it comes down...

No love for VB? by Dennis

I'm looking around on books that evolves around ASP.NET and I'm starting to see a common pattern among a lot of the books. In most cases, they are predominantly written in C# leaving no alternate code in VB. I know that C# is being pushed by a lot of...
Filed under: , ,

The type 'System.Web.UI.ScriptManager' is ambiguous by Dennis

Given the error above and more information below: The type 'System.Web.UI.ScriptManager' is ambiguous: it could come from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' or from assembly...
Filed under: ,

Script module error when upgrading to 3.5 by Dennis

When I converted a project from 2.0 to 3.5 today, I got an error that appears from the Web.config. "The entry 'ScriptModule' has already been added" It made me think that the cause of the error could be an incompatibility between the old project and the...
Filed under: ,

Insertion of a page break in a repeater by Dennis

I was in a situation where I need to break up the data into a separate page after a certain amount of records (in my case 3). I chose to use repeater as I have a full control of the HTML layout and how I want my form to appear in a print format. I posted...
Filed under: ,
More Posts