Categories
Sql Server

The remote procedure call failed (0x800706be)

The remote procedure call failed (0x800706be) In this post we will learn how to solve The remote procedure call failed (0x800706be). Today when i am try to open SQL Server Configuration manager it gives me error: The remote procedure call failed (0x800706be). Solutions: 1. Apply latest service pack. Link for SQL Server 2008 R2 Service pack1: http://www.microsoft.com/en-in/download/details.aspx?id=26727 , Link […]

Categories
Wordpress

Editor Feature is not Showing in WordPress

Editor Feature is not Showing in WordPress Hi Friends, recently i am working on admin panel of my blog and all of sudden i have noticed that Editor Feature is not Showing in WordPress admin panel. To solve this issue i google and not found any link to solve this. I have tried with disabling all […]

Categories
Javascript Website Design

Clearing Input Value on Focus Using jQuery

Clearing Input Value on Focus Using jQuery In this tutorial we will learn Clearing Input Value on Focus Using jQuery. Here we are using jQuery to accomplish this. Code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Clearing Input Value on Focus Using jQuery</title> <style type="text/css"> body { width: 980px; margin: 0px auto; text-align: center; padding-top: 50px; font-size: 20px; […]

Categories
Website Design

Show Alert Message before Leaving Page

Show Alert Message before Leaving Page In this tutorial we will learn how to Show Alert Message before Leaving Page.We will use jQuery for this. Code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Show Alert Message before Leaving Page</title> <style type="text/css"> body { width: 980px; margin: 0px auto; text-align: center; padding-top: 50px; font-size: 20px; } </style> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> <script […]