Posted in Ajax, asp.net 2 on August 28, 2007 | Leave a Comment »
There are many bugs comes in JavaScript while working with Ajax extension in asp.net. There are many helping tools for debugging Ajax JavaScript. The best tools I found are Firebug for Firefox and Web Development Helper for Internet Explorer. These tools integrate with
the browser and let you inspect and debug web pages directly in the [...]
Read Full Post »
Problem occur when you page name is same as Class in .net
Usually we develop the login page as login.aspx . When we publish it, the aspx is retained and tries to compile against Login’s codebehind, which is not resolve properly in the assembly due to System.Web.Login.
To avoid it developer must Insure that Page name will [...]
Read Full Post »