Quantcast
Channel: ASPSnippets RSS Feed
Browsing all 4757 articles
Browse latest View live

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 Article


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


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

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

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


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

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

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


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


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

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

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

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


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

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


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

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


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

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

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