ASP.NET MVC is the eagerly anticipated revision of Microsoft’s approach for creating data-driven dynamic applications. MVC is Model-View-Controller. Model-View-Controller, architecture […]
Updated on Kisan Patel
Problem: How to Reset Identity Seed after deleting records in SQL Server? Solution: The DBCC CHECKIDENT management command is used […]
Updated on Kisan Patel
Problem: How to use Distinct when I do not have a simple list (a simple list of integers is pretty […]
Updated on Kisan Patel
Problem How to Set Culture Setting in ASP.NET 5 Solution Just Open Startup.cs and in the Configure() method use the […]
Updated on Kisan Patel
This post will show you how to restrict the user to allow only decimal numbers in input textbox using javascript. […]
Updated on Kisan Patel
This post will show you how to restrict the user to allow only numbers in input textbox using javascript. script.js […]
Updated on Kisan Patel
This post will explain you how to handle error for controller action method and redirect the user to a default […]
Updated on Kisan Patel
To create a url based on route data defined, we can use @Url.RouteUrl method. Let’s assume that following route has been defined […]
Updated on Kisan Patel
This tutorial will show you how to use asp.net ajax toolkit start rating control in asp.net web application. To do, […]
Updated on Kisan Patel
This post will explain how to use and integrate the ASP.Net AJAX Control Toolkit HtmlEditorExtender Rich Text Editor in a […]
Updated on Kisan Patel