Quantcast
Browsing all 4757 articles
Browse latest View live

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 Article


Pass (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 Article


Pass (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 Article

Save (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 Article

Get 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 Article


Check 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 Article

Add 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 Article

Check 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 Article


Check 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 Article


Search 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 Article

MVC 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 Article

Responsive 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 Article

Responsive 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 Article


Responsive 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 Article

Convert 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 Article


Convert 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 Article

Create 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 Article


SqlBulkCopy 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 Article

Create 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 Article

Export 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
Browsing all 4757 articles
Browse latest View live