Technical Blog
Wednesday, August 20, 2014
Transliteration – JavaScript Example (ASP.net)
›
In this article I will illustrate how to convert text from one language to another in JavaScript.It can be achieved using Google API’s. T...
27 comments:
VIEW (SQL)
›
WHAT IS A VIEW View is a virtual table whose contents are defined by a query. A view is the result set of a stored query on the data ,...
2 comments:
Tuesday, March 12, 2013
How to Enable Remote Access in sql server 2008
›
To resolve following error , follow the steps specified below: A network-related or instance-specific error occurred while establishing ...
4 comments:
Friday, March 8, 2013
FULLTEXT INDEX / FULLTEXT SEARCH
›
Use FullText Search to run full-text queries against character-based data in SQL Server tables . To run full-text queries on a table, one...
Wednesday, March 6, 2013
Example using RequiredFieldValidator ,CompareValidator , RegularExpressionValidator in Registration From
›
Aspx Code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RegistrationForm_withvalidations.aspx...
2 comments:
Tuesday, March 5, 2013
Named Pipes Provider: Could not open a connection to SQL Server
›
This failure may be caused by the fact that under the default settings SQL Server does not allow remote connections . Follow the steps i...
Create Linked Server in Sql Server 2008 / Insert from one Db to another in Sql Server 2008
›
Linked Servers can be used to connect databases on remote server . Suppose in the production environment if you have two servers on the net...
208 comments:
›
Home
View web version