How To Remove Saved (tfs/Network/Windows/Web) Credentials from local system/PC? 3. July 2014 Admin Windows (1) Removing saved Credentials from system.1) Go to Control Panel2) Search for Credential Manager3) Sele [More]
Microsoft Visual studio Silverlight support will end on 2021. 3. July 2014 Admin .Net (1) Microsoft visual studio SilverLight Support will end on 2021. Now SilverLight is Open So [More]
How many ways we can select (html) elements using jQuery? 3. July 2014 Admin jQuery (0) We can select html elements in three ways using jQuery.$("#id")$(".class")$("tag")1) Based on [More]
Dynamically generation of textbox using jquery 3. July 2014 Admin jQuery (1) Dynamically generating text box using jquery.<table id="dyanmicTextBox"> <tbody></tbo [More]
Dynamic jquery dialog popup generation 1. July 2014 Admin jQuery (0) Dynamic div generation with jquery [More]
Encountered unexpected character WCF Exception 1. July 2014 Admin WCF (13) The formatter threw an exception while trying to deserialize the message: Error in deserializing bod [More]
msdb_version, MSdbms_datatype, MSdbms_datatype_mapping, (MSDB database details) 28. June 2014 Admin SQL Server, T-SQL (0) msdb_version it contains SQL Server Version information.select * from msdb_versionMSdbms_datatype ta [More]
SQL Server Database Mail Tables 28. June 2014 Admin SQL Server, T-SQL (0) sysmail_allitemssysmail_event_logsysmail_faileditemssysmail_mailattachmentssysmail_sentitemssysmail_ [More]
Concatenate/Convert Rows In SQL using FOR XML PATH() 28. June 2014 Admin SQL Server, T-SQL (1) How to concatenate rows to columns ? We can convert rows to columns this can be done by using FOR XML PATH() and STUFF function. [More]
String Concatenations using CONCAT() SQL Server 28. June 2014 Admin SQL Server, T-SQL (0) CONCAT is used for concatenating two or more string. It expects minimum of two arguments [More]