.Net Asp.Net Class Decrypt Encrypt UTF8 Encrypt Decrypt in asp.Net By Krunal Shah 18 May, 2015 Imports System.Configuration Imports System.Security.Cryptography Imports System.IO Public Class Encrypt #Region "…
.Net Asp.Net IP Address GetIPAddress in Asp.net By Krunal Shah 18 May, 2015 Public Shared Function GetIPAddress() As String Try Return HttpContext.Current.Request.ServerVaria…
.Net Asp.Net rendom number GetRandomNumber in asp.net By Krunal Shah 18 May, 2015 Public Shared Function GetRandomNumber() As String Dim rand As New Random() Dim newpassword As New Str…
.Net Asp.Net Benefits Events Life Cycle Introduction to Asp.net By Krunal Shah 13 May, 2015 According to Microsoft, "ASP.NET is a technology for building powerful, dynamic Web applications a…
.Net Asp.Net Errors Disable right click on web page and images By Krunal Shah 13 May, 2015 Sometimes it is required to prevent your web page images from being copied by another one. You can secu…
.Net Asp.Net Errors Web.config Turn off Asp.net Custom Errors in Web.config By Krunal Shah 13 May, 2015 Some times after hosting web application on the server, we get unexpected error as shown in the below fig. But we …
.Net Asp.Net DataGrid GridView ListView Difference Between GridView and DataGrid and ListView By Krunal Shah 13 May, 2015 Difference between GridView and DataGrid GridView DataGrid It was introduced with Asp.Net 2.0. It was int…
.Net Architecture Asp.Net framework framework 4.0 Understanding Detailed Architecture of ASP.NET 4.5 By Krunal Shah 13 May, 2015 Components of Asp.NET 4.5 Architecture .NET Framework .Net framework is an integrated component of windows opera…
.Net Asp.Net framework framework 4.0 A brief version history of ASP.NET By Krunal Shah 13 May, 2015 ASP.NET Framework is a part of .NET framework. It is used to create dynamic website, web application an…
backup database Sql sql query Sql Server Step by Step Step by Step Tutorial to backup database in SQL Server Management Studio 2005, 2008, 2008R2 and 2012 By Krunal Shah 11 May, 2015 In this article I will provide a step by step tut…
Delete Insert Sql sql query Sql Server triggers Update Simple Insert Update and Delete Triggers in SQL Server with example By Krunal Shah 11 May, 2015 In this article I will explain with simple example…
.Net Asp.Net Cursor Sql sql query Sql Server stored procedures Simple Cursor Tutorial with Syntax example in SQL Server By Krunal Shah 11 May, 2015 In this article I will provide a tutorial with simpl…
.Net Advantages Asp.Net Sql sql query Sql Server stored procedures What is Stored Procedure in SQL Server, how to create and use a Stored Procedure and its Advantages By Krunal Shah 11 May, 2015 In this article I will explain what is Stored Pro…
.Net Asp.Net CSS gzip HTML Js Page Reduce Page size Compress HTML,CSS,JS By Krunal Shah 10 May, 2015 Place below code in Web config <httpCompression> <scheme name="gzip" dll="%Windir%\sys…
.Net AngularJS Asp.Net framework Linux MVC Node.js OSX Visual Basic Web API ASP.NET 5 is a significant redesign of ASP.NET. By Krunal Shah 10 May, 2015 ASP.NET, MVC, and Web Pages are now merged into a single framework named MVC 6. It includes the following featur…
.Net Asp.Net Sql sql query Sql Server stored procedures tables Sql querys By Krunal Shah 10 May, 2015 SQL SELECT Statement: SELECT column1, column2....columnN FROM table_name; SQL DISTINCT Clause: …