The jQuery UI tab widget helps to create tab controls quickly and easily on ASP.NET web pages. The tab control […]
Updated on Kisan Patel
In this post, let’s see how to disable cut/copy/paste operations on an ASP.NET TextBox. When requesting sensitive information from the […]
Updated on Kisan Patel
Problem: After the installation of the Microsoft .NET Framework 4.6, users may experience the following dialog box displayed in Microsoft […]
Updated on Kisan Patel
Variable names or identifiers should be very descriptive. I have seen scripts where all the variables were named $var1, $var1, […]
Updated on Kisan Patel
This post will show you ten of the most common errors and how to avoid them while writing PHP script. Missing […]
Updated on Kisan Patel
This post will explain you how to use code first migrations to include our model and update the database in […]
Updated on Kisan Patel
The project.json file is new to ASP.NET 5. It is used to define the project’s server side dependencies (discussed below), […]
Updated on Kisan Patel
In this article, we will begin by creating a new, empty ASP.NET 5 solution. Create a new project in Visual […]
Updated on Kisan Patel
Problem: Given a list of Parent objects that each have a list of Child objects, I want to find the […]
Updated on Kisan Patel
Problem: How to Configure ConnectionString in ASP.NET vNext? How to configure connection string in MVC 6 in ASP.NET vNext? Solution: […]
Updated on Kisan Patel