This tutorial is about creating stunning responsive shopping website using ASP.NET and Bootstrap, this tutorial covers all the development process from client side to server side. This tutorial series is very useful to those who are developing their academic project.
ASP.NET
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