If we want to redirect the user from current page to another page using JavaScript, we need to use window.location […]
Updated on Kisan Patel
There are several Input elements in ASP.NET MVC Razor view you can use them differently. Here we are list out HTML Helpers […]
Updated on Kisan Patel
Yes, it is possible to create primary key on combination of columns on the table. To do that select columns […]
Updated on Kisan Patel
Adding a new column as auto increment to the existing database table is not possible through the SQL Server Management […]
Updated on Kisan Patel
To specify see value and increment value to the auto increment column in the existing database table, we pass parameter […]
Updated on Kisan Patel
To create a new column in the existing database table as primary key and auto increment, execute following script in […]
Updated on Kisan Patel
This tutorial will explain how to create a new database user for SQL Server database in SQL Server 2008, SQL […]
Updated on Kisan Patel
This tutorial will explain you how to take a backup of a database or create a backup file (.bak) of […]
Updated on Kisan Patel
This tutorial will explain you how to restore a database using SQL Server Management Studio. To restore a database in […]
Updated on Kisan Patel
This tutorial will show you how to refresh the current page using JavaScript? You can use location.reload() method to reloads […]
Updated on Kisan Patel