Category Archives: Ajax
Top Web and Mobile Development Video Online Courses for $10 Each
You must have set some target to stay ahead in your career for this New Year 2016. In order to improve your technical skills as an IT professional, there are thousands of online courses available online at udemy.com that can be really helpful for you. Best part is that all these courses are available just… Read More »
AJAX with ASP.NET MVC Simplified
What would you do, if you need to update a portion of your web page with the content from the server? Yes, you need Ajax. Let’s get dive into the Asynchronous concept with ASP.NET MVC for some time. How Ajax conquered the web? Whole page gets loaded causing an increased bandwidth Frequent hit on the server… Read More »
Difference between a Postback and a Callback in ASP.NET
“A postback is a request sent from a client to server from the same page, user is already working with.“ ASP.NET was introduced with a mechanism to post an HTTP POST request back to the same page. It’s basically posting a complete page back to server (i.e. sending all of its data) on same page.… Read More »
Could not load type ‘System.Web.UI.ScriptReferenceBase’ from assembly
While deploying my application on a production server, I was facing the following issue:Exception: System.TypeLoadException Message: Could not load type ‘System.Web.UI.ScriptReferenceBase’ from assembly ‘System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′. Stack Trace: at AjaxControlToolkit.ToolkitScriptManager.OnResolveScriptReference (ScriptReferenceEventArgs e) By looking into above details, it clearly shows that there is some problem in loading AjaxControlToolkit assembly.I did some online search… Read More »
What’s new in jQuery 2.0?
jQuery library has simplified and strengthen web development experience. jQuery lastest version 2.0 doesn’t have a lot of new features but instead jQuery team has provided a number of previous version fixes.
