Export DataGridView to Excel without using Interop in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to export DataGridView to Excel file without using Microsoft Office or Interop Library in C# and VB.Net. This article will illustrate how to...
View ArticleExport DataGridView to Excel with Column Headers (Column Names) in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to export DataGridView to Excel file with Column Headers (Column Names) in C# and VB.Net. First a DataTable will be generated along with...
View ArticleExport SQL data to Excel with Column Headers (Column Names) in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to export SQL data to Excel file with Column Headers (Column Names) in C# and VB.Net. The records from the SQL Server database Table are...
View ArticleUpload file using Web Service (ASMX) in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to upload file using Web Service (ASMX) in ASP.Net using C# and VB.Net. First the file will be uploaded using FileUpload control and then the...
View ArticleHTML5 Validations example: Required, Email, Password Strength and Compare...
Here Mudassar Ahmed Khan has explained with an example, how to perform validations using HTML5. HTML5 provides numerous in-built validations such as: Required – Implemented using the HTML5 required...
View ArticleBootstrap HTML5 Registration (Signup) Form with validation Example and Source...
Here Mudassar Ahmed Khan has explained how to build a Bootstrap HTML5 Registration (Signup) Form and perform validations using the numerous HTML5 in-built validations such as: Required – Implemented...
View ArticleRegular Expression to allow only Numbers and Special characters in JavaScript...
Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression (Regex) to allow only Numbers (Digits) and Special characters in JavaScript and jQuery.
View ArticleRegular Expression to allow only Numbers and Space in JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression (Regex) to allow only Numbers (Digits) and Space character in JavaScript and jQuery.
View ArticleRegular Expression (Regex) to accept only Alphanumeric (Alphabets and...
Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression (Regex) to accept/allow only Alphanumeric characters i.e. Alphabets (Upper and Lower case) and Numbers (Digits) in...
View ArticleAlphanumeric Regular Expression Validator in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression validator for Alphanumeric validation i.e. Alphabets (Upper and Lower case) and Numbers (Digits) in TextBox in...
View ArticleRegular Expression to accept Alphanumeric (Alphabets and Numbers) and Special...
Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression (Regex) to accept/allow Alphanumeric characters i.e. Alphabets (Upper and Lower case) and Numbers (Digits) and...
View ArticleInsert (Save) Multiple rows (records) to database using Entity Framework in...
Here Mudassar Ahmed Khan has explained with an example, how to insert (save) multiple rows (records) to database using Entity Framework in ASP.Net MVC Razor. First the multiple rows (records) will be...
View ArticleSave (Insert) data from HTML Table to Database using jQuery AJAX in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to insert (save) multiple rows (data) from HTML Table to database using jQuery AJAX and Entity Framework in ASP.Net MVC Razor. First the...
View ArticleUpload file without using FileUpload control in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to upload file without using FileUpload control in ASP.Net using C# and VB.Net. This article will explain how to upload File using the HTML...
View ArticleUpload file using HTML INPUT File (<input type = “file” />)...
Here Mudassar Ahmed Khan has explained with an example, how to upload File using the HTML INPUT File element (<input type = “file” />) for uploading files in ASP.Net using C# and VB.Net.
View ArticleUsing Substring with EVAL function in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to use the Substring function with EVAL function to strip (cut down) length of long string in ASP.Net using C# and VB.Net. The Substring...
View ArticleUsing Ternary operator with EVAL function in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to use Ternary operator (? :) with EVAL function in ASP.Net controls such as GridView, DetailsView, DataList, Repeater, etc. using C# and...
View ArticleUsing Ternary operator with GridView, Repeater, DataList, DetailsView,...
Here Mudassar Ahmed Khan has explained with an example, how to use Ternary operator (? :) in ASP.Net controls such as GridView, DetailsView, DataList, Repeater, etc. using C# and VB.Net. The Ternary...
View ArticleUsing Ternary operator in TemplateField (ItemTemplate) column in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, how to use Ternary operator (? :) in TemplateField (ItemTemplate) column in ASP.Net GridView using C# and VB.Net. IF ELSE statement is not...
View ArticleRegular Expression to accept Alphanumeric (Alphabets and Numbers) and Space...
Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression (Regex) to accept/allow Alphanumeric characters i.e. Alphabets (Upper and Lower case) and Numbers (Digits) and...
View Article