How to Edit and Save Database Table Data without Dropping and Re-Creating Table in visual studio

Save Changes without Dropping and Re-Creating Table in visual studio In Visual Studio when you are dealing with tables in Server Explorer, once you create a table and then you need to change any value in the table data, you will probably get the following error. To solve this error or to edit the table data … Read more

Solved ASP.NET Development Server not Working|Run ASP.NET Projects in Web Browser by editing hosts file

How to Solve ASP.NET Development Server Problems The below tutorial guides you to solve the ASP.NET development server problem by editing your hosts file. When you started creating your first web application with ASP.NET most of the users get this error, when you start Debugging your project in your web browsers. Internet Explorer cannot display the … Read more