About the author

Vijay Kodali
E-mail me Send mail

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2024

The command SpellCheck is not implemented yet–Telerik editor

Error:

SNAGHTML1447a5e9[4]

 

Problem:

By default “Spell check” button uses “AjaxSpellCheck” not “SpellCheck “

 
  <telerik:EditorTool Name="SpellCheck" Enabled="true" />
 

Solution:

Use AjaxSpellchek

   <telerik:EditorTool Name="AjaxSpellCheck" Enabled="true" />


Categories: Asp.Net 4.5 | Telerik
Posted by Vijay on Tuesday, December 25, 2012 7:47 PM
Permalink | Comments (0) | Post RSSRSS comment feed

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding- SQL Server Management Studio

Error Message:

Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.

image

Reason:

Default execution timeout value in SQL Studio is 30 seconds

Solution:

Increase the execution & connection timeout value while opening new query window(File --> New --> Database Engine Query)

image

image


Categories: SQL server
Posted by Vijay on Wednesday, December 5, 2012 5:07 PM
Permalink | Comments (0) | Post RSSRSS comment feed