In this article we learn how we can add captcha anywhere on HTML page using javascript and enable or disable button. <div id="divcaptcha&quo…
Read moreIn this article we learn how can we rename column name in sql server. sp_rename 'tablename.oldcolumn_name', 'newcolumn_name', '…
Read moreIn this article we learn how we can select json as table in sql server. declare @json varchar(max) set @json='[ { "id" : 2,"firs…
Read moreIn this article we learn how we can use replace function in sql server. SELECT REPLACE ( 'SQL.Tutorial' , '.' , ' ' …
Read moreIn this article we learn how can we update multiple records using joins in sql server. Update TableA SET TableA.Column_name=TableB.Column_…
Read moreIn this article we learn how we can run a cursor in sql server to validate all users. declare @field1 varchar(100) declare @field2 varchar(100) decla…
Read moreJust add the following css to hide. <style> /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-butt…
Read moreIn this article we learn how we can use a textbox as color picker in C# Just simply add TextMode="color" in textbox. <asp:TextBox ID=…
Read moreIn this article we learn how we can convert vox formet file into wav formet with C#. Just create a simple class for covert file from vox to wav. us…
Read moreIn this article we learn how we can connect C# application with network drive to access folders and files with username and password. Create the fol…
Read more
Social Plugin