Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » IE » .NET   (RSS)

Microsoft announces jQuery support in ASP.NET Ajax

I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Posted by joteke | 0 Comments

Firefox 3.0 and (ASP.NET) caching observations

1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetAllowResponseInBrowserHistory(False) Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore()
Posted by joteke | 1 Comments
Filed under: , , , ,

Unspecified Error with MSDN Library for VS2008 in IE7

My MSDN for VS2008 started suddenly to raise this error. and I had no idea why. This occurred on my home machine which is XP Pro with latest upgrades. I tried following steps: - I uninstalled and reinstalled entire MSDN Library for VS2008 - I tried to
Posted by joteke | 2 Comments
Filed under: , , ,