Posts Tagged ‘ Page ’

Using Ajax Toolkit Controls on Pages With Other Scripts and Master Pages

2017/11/27
By
Modified: 2017/11/05
Ajax Extended Calendar

[ASP.NET – This  material was tested on Win7, W2K8 Server,  IS7 and IIS 7.5  and Microsoft Visual Web Developer 2010]   Install Proper Version Download and unzip proper version form http://ajaxcontroltoolkit.codeplex.com/releases/view/76976 Open the site where you intend to uses Ajax Controls, Follow  generic instruction and add a new control tab inside your Visual Studio or Web Dev. By doing this, you copy a file “AjaxControlToolkit.dll” and others into your site Bin directory. Text file  “/Bin/AjaxControlToolkit.dll.refresh” has a pointer to a folder where you unzipped your Ajax Toolkit. If you move Toolkit installation files somewhere, you can always update the pointer manually.   Use Ajax Control Open the page that you intend to…

Read more »


IE opens blank new tabs instead of your home page

2017/09/04
By
Modified: 2017/07/22
IE - Blank page on new tab

You have  masterfully designed custom home page for your Internet Explorer (IE).  All of a sudden, only first tab displays your home page.  All other new tabs in IE open as a blank page.  What happened?  Something is changing IE settings  back to “A blank page” ? This particular fix for this article was tested on Win7 x64 with IE9. In a few words, you need to delete this registry entry vprot.exe from location HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run   A little bit more radical solution is to run a 3 line script on Startup to delete all intruding entries from all 3 possible Startup locations in Registry. This solution is absolutely great, because it…

Read more »