In this article, I will share the top 10 ASP.NET articles, please read them and give your feedback or suggestions about the articles listed below and don’t forget to share such articles with your friends, classmates, teammates, and co-workers and spacially with who are beginners a started their career in the IT sector.
- MVC Angular CRUD Operation Using WEB API 2 and Stored Procedure
This article gives an explanation about how to do CRUD operations step by step in ASP.NET MVC application with AngularJS using WEB API 2 and Stored Procedure. - Bootstrap JQuery Multiselect Dropdown List With Checkbox in ASP.NET Using C# And VB.NETThis article gives an explanation about how to implement a jquery multi-select drop-down list with a checkbox with bootstrap in asp.net with c# and vb.net and how you can display selected items/checked values display in the drop-down list.
- Read CSV File In ASP.NET With Example C# and VB.NETThis article gives an explanation about how to read CSV files in asp.net using c# and vb.net as well as also explains how you can use file upload control in asp.ne and how you can read CSV file and display records on data grid view in asp.net using c# and vb.net.
- Bind Dropdownlist in ASP.NET MVC From Database Using Stored ProcedureThis article gives an explanation about how to populate a dropdown list from the database using stored procedure in Asp.Net MVC with example and also show you how you can get selected value from the dropdown list and use of @Html.Dropdownlist or @Html.Dropdownlist For properties to bind dropdown list based on the values from the database.
- Convert GridView to DataTable in C# and VB.NetThis article gives an explanation about how to convert GridView to DataTable in asp.net web forms with bootstrap 4 using C# and VB.Net and also shows how to export a DataSource of GridView to a DataTable as well as how to how to put Gridview data to Datatable. Here I will also show you the optimized way to convert or export Gridview to Datatable in c# and vb.net and also explain how to export the grid to Datatable without for or foreach loop.
- ASP.NET Web API 2 in MVC 5 Using C# with ExampleThis article gives an explanation about how to create and access the Web API 2 in the ASP.NET MVC 5 application using C# and bootstrap with Example. Here I'll also show you how to create the step by step Web API 2 in ASP.Net MVC 5 Using C# and bootstrap with the simple example, In this tutorial, you will use ASP.NET Web API 2 to create a web API and that returns a list of employees.
- Convert JSON to Datatable/Dataset in Asp.Net Web Forms with Bootstrap 4 Using C# and VB.NetThis article gives an explanation about how to convert JSON data into the DataTable or DataSet in asp.net web forms using c# and vb.net and also show you how to convert JSON String to DataTable in ASP.Net and How to deserialized JSON data into Datatable or How to deserialized JSON data into Dataset as well as also show you how to convert JSON to DataTable c# and VB.Net.
- How to Create Web Service in ASP.NET Web Forms With ExampleThis article gives an explanation about how to create web service in asp.net web forms and return the response in JSON and XML formate. Here I also explain how to retrieve data from the SQL server database using web service as well as also show you how you can retrieve data from the SQL server database.
- How to insert data in GridView without using a database in ASP.NETThis article gives an explanation about how to insert data in GridView without using a database in asp.net using c# and vb.net and explains how to add new programmatically into GridView in asp.net with example. Here I will also explain what is ViewState in asp.net as well as the use of ViewState in asp.net webforms.
- How to Get Selected Row Cell Value From The GridView in ASP.Net Web FormsThis article gives an explanation about how to get the selected row cell value from the grid view in asp.net web forms using C#, VB.NET and bootstrap 4. Here, I'll explain how to fetch the values of each cell of the selected row of grid view in asp.net using C# and VB.NET as well as you can also learn how to bind data GridView in asp.net web forms, how to integrate bootstrap in your asp.net web application and how to apply bootstrap classes to asp.net controls.