The Menace Blog
Adventures in Web Development
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ajax
ajax control toolkit
ASP.NET
c#
jquery asp.net gridview javascript
Visual Basic
Visual Studio
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (1)
September 2009 (1)
February 2009 (2)
December 2008 (1)
July 2008 (1)
May 2008 (1)
March 2008 (1)
February 2008 (2)
January 2008 (2)
Recent Posts
0
Comments
Resolve a Javascript file inside a MasterPage
by
Dennis
The issue: There are times when you structure your website layout differently such as admin pages would be under /admin folder and so forth. Since MasterPage files doesn't resolve an incorrect path to a local Javascript folder and file, your scripts will...
0
Comments
Access Modifiers
by
Dennis
There are still a lot of confusion between access modifiers especially some keywords such as friend, protected, and protected friend. This post is meant to clear things up and distinguish the keywords from each other. Take note that C# keywords are in...
Filed under:
Visual Basic
,
c#
2
Comments
Using jQuery to select/deselect Gridview checkboxes
by
Dennis
I’ve been using jQuery more and more lately. I’ve been studying it closely now specially how to work with its API and has been well surprised at the cool things that it can do. After several hours (more like days and days) of examining its capabilities...
Filed under:
jquery asp.net gridview javascript
0
Comments
Using jQuery in VS 2008
by
Dennis
I’ve been reading a lot about jQuery lately (actually since last month) but more so lately because I’d like to know what the buzz is all about. When I first heard about it last year, I simply just ignored it because I know that jQuery is only one of many...
0
Comments
IIS Error Message: Snap-in failed to initialize
by
Dennis
Oh I love errors! LOL…and I love posting about them because I learn something every time. With any issues comes solutions, always. You might not be able to find it the first time or the second time but over time, some way or another you’ll be lead to...
10
Comments
No Visual Studio template found error
by
Dennis
The last few blogs that I posted about were about errors and there should be no surprise this time as I'm posting another error that I encountered today while firing up Visual Studio 2008 at home. The error that I received was, there was "no Visual Studio...
Filed under:
Visual Studio
7
Comments
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...
Filed under:
ASP.NET
,
ajax control toolkit
,
ajax
14
Comments
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:
.NET
,
Visual Basic
,
ASP.NET
4
Comments
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:
.NET
,
ASP.NET
1
Comments
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:
.NET
,
ASP.NET
More Posts
Next page »