|
|
-
|
|
There is five way make Ajax calls with Jquery
load(): Load a piece of html into a container DOM.
$.getJSON(): Load a JSON with GET method.
$.getScript(): Load a JavaScript.
$.get(): Use this if you want to...
|
|
-
|
|
I just surfing on net i found link for UI updates cumming in Visual Studio 11 RC....
|
|
-
5 Liked
|
4 Learned
|
3 Comments
|
|
T-SQL's ISNUMERIC() function has a problem. It can falsely interpret non-numeric letters and symbols (such as D, E, and £), and even tabs (CHAR(9)) as numeric.
...
|
|
-
11 Liked
|
9 Learned
|
2 Comments
|
|
Few hours before I was checking the special features, fixes, and builds of MS SQL Server. I got a great blog...So interesting....This contains unofficial build chart lists all of the known KB articles, hotfixes and other builds of MS SQL Server 2012, 20...
|
|
-
8 Liked
|
6 Learned
|
4 Comments
|
|
ManagementStudio & Visual Studio:
press [Ctrl+KC] to comment code (works also on selected lines), but comment out only whole lines.
press [Ctrl+KU] to uncomment code (works also on selected lines), but comment out only whole lines.
but for VS, at HT...
|
|
-
|
|
I just learn from mvc tutorial That we can comment code in Razor view engine also
This is syntax for comment code
Single line
@* single line comment. *@
Multiline
@*
Line1
Line2
Line3
*@
Thank You...
|
|
|
|
-
11 Liked
|
11 Learned
|
1 Comments
|
|
sysname is a special datatype and by default it does not allow NULL, you need to explicitly add NULL in table definition to allow null. sysname is defined as
nvarchar(128) not null
Below code will give error
declare @t1 table ( c1 int, c2 sy...
|
|
-
|
|
Microsoft is proud to announce that short answer code questions will soon be available in an exam near you. Short answer code questions test your ability to write code that will solve the problem described in the question.
...
|
|
-
7 Liked
|
5 Learned
|
3 Comments
|
|
I just accidently learned that, below is the shortcut to change the monitor of Active window.
**Windows Key + Shift + Left( or Right) direction key**...
|
|