Save (Insert) multiple CheckBoxes (CheckBoxList) values to database in...
Here Mudassar Ahmed Khan has explained with an example, how to save (insert) multiple CheckBoxes (CheckBoxList) values to database using Entity Framework in ASP.Net MVC Razor. The CheckBoxes...
View ArticlePass (Send) multiple CheckBox values from View to Controller in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) multiple CheckBox values from View to Controller in ASP.Net MVC Razor. Multiple CheckBoxes will be populated from database and...
View ArticlePass (Send) RadioButton value from View to Controller in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) RadioButton value from View to Controller in ASP.Net MVC Razor. Multiple RadioButtons will be populated from database and when...
View ArticleSave (Insert) RadioButton value to database in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to save (insert) selected (checked) RadioButton value from the RadioButtonList (list of RadioButtons) to database using Entity Framework in...
View ArticleGet Selected (Checked) CheckBox in DataGridView using C# and VB.Net in...
Here Mudassar Ahmed Khan has explained with an example, how to get Selected (Checked) CheckBox in DataGridView using C# and VB.Net in Windows Forms Application.
View ArticleCheck all and Uncheck all CheckBox in DataGridView in Windows Application...
Here Mudassar Ahmed Khan has explained with an example, how to check all (select all) and uncheck all (deselect all) CheckBoxes in DataGridView in Windows Forms Application using C# and VB.Net.
View ArticleAdd Check all CheckBox in Header row of DataGridView using C# and VB.Net in...
Here Mudassar Ahmed Khan has explained with an example, how to add check all (select all) and uncheck all (unselect all) CheckBox in Header row of DataGridView in Windows Forms Application using C# and...
View ArticleCheck Username Availability (Exists) in Database using jQuery AJAX in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, how to check Username availability i.e. check whether Username exists in database or not using jQuery AJAX and Entity Framework in ASP.Net MVC...
View ArticleCheck Username Availability (Exists) in Database using AngularJS in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to check Username availability i.e. check whether Username exists in database or not using AngularJS and Entity Framework in ASP.Net MVC...
View ArticleSearch database records using AngularJS, Web API and Entity Framework in...
Here Mudassar Ahmed Khan has explained with an example, how to search records in database using AngularJS, Entity Framework and Web API in ASP.Net MVC Razor. The records will be searched and the...
View ArticleMVC AngularJS CRUD: Select Insert Edit Update and Delete using AngularJS in...
Here Mudassar Ahmed Khan has explained with an example, how to perform CRUD operation (Create (Insert), Read, Update and Delete) using AngularJS, JSON, and AJAX in ASP.Net MVC Razor. CRUD operation in...
View ArticleResponsive Bootstrap Login Form Tutorial with example in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to build a responsive (Mobile Friendly) User Login Form using Bootstrap in ASP.Net using C# and VB.Net. The responsive Login Form has been...
View ArticleResponsive Login Form inside Bootstrap Modal Popup in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to build a responsive (Mobile Friendly) User Login Form inside Bootstrap Modal Popup in ASP.Net using C# and VB.Net. The responsive Login...
View ArticleResponsive Bootstrap Login Form with Database Connection in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to build a responsive (Mobile Friendly) User Login Form using Bootstrap in ASP.Net MVC Razor. This responsive Login Form will be implemented...
View ArticleConvert HttpPostedFile to Byte Array in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to convert HttpPostedFile class object to Byte Array using C# and VB.Net. The HttpPostedFile class object holds the File data for the ASP.Net...
View ArticleConvert HttpPostedFile to Base64 string in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to convert HttpPostedFile class object to Base64 string using C# and VB.Net. The HttpPostedFile class object holds the File data for the...
View ArticleCreate Windows Service in Visual Studio 2013, 2015 and 2017 using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to build a simple Windows Service that runs periodically at regular intervals and as well as once a day at specific (certain) time of day...
View ArticleSqlBulkCopy MVC: Bulk Import (Insert) data from Excel to Database using...
Here Mudassar Ahmed Khan has explained with an example, how to use the SqlBulkCopy class in ASP.Net MVC Razor. This article will illustrate how to import (insert) data from Excel file into SQL Server...
View ArticleCreate Excel file without installing Microsoft Office or Interop Library in...
Here Mudassar Ahmed Khan has explained with an example, how to create Excel file without installing Microsoft Office or Interop Library in C# and VB.Net. This article will illustrate how to make use of...
View ArticleExport DataTable to Excel in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to export DataTable data to Excel file in ASP.Net using C# and VB.Net. First the DataTable will be populated with records from Database and...
View Article