Implement dd/MM/yyyy Date Validation in JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to validate Date in dd/MM/yyyy format using Regular Expression (Regex) in JavaScript. There will be two types of Validations: 1. Date format...
View ArticleImport Excel data to SQL Server Database in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to import Excel data to SQL Server Database in ASP.Net using C# and VB.Net. The Excel Sheet data will be read into a DataTable and then then...
View ArticleImport Excel data to SQL Server Database using Stored Procedure in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to import Excel data to SQL Server Database using Stored Procedure in ASP.Net using C# and VB.Net. The Excel file will be first uploaded and...
View ArticleDate of Birth (Age) Validation in JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to implement Date of Birth (Age) Validation using Regular Expressions (Regex) in JavaScript. There will be two types of Validations: 1. Date...
View ArticleCreate Dynamic Google Bar Chart in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to create Dynamic Google Bar Chart in ASP.Net using C# and VB.Net. The Google Bar Chart will be dynamically populated from Database using...
View ArticleImplement CRUD operations without using Entity Framework in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement CRUD operations without using Entity Framework in ASP.Net MVC Razor. This article will illustrate how to implement CRUD...
View ArticleBind (Populate) DropDownList from database using Stored Procedure in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) DropDownList using Stored Procedure in ASP.Net MVC Razor. The records from the database will be fetched using Stored...
View ArticleColumn Wise Search and Filter in WebGrid using TextBox in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement Column Wise search and filter in WebGrid using TextBox in ASP.Net MVC Razor. An additional Header Row with TextBoxes for each...
View ArticleWebGrid with Dynamic Columns in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement WebGrid with dynamic Columns in ASP.Net MVC Razor. The list of Column names will be extracted from the Entity model using...
View ArticleHide WebGrid Header Row in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to hide WebGrid Header Row in ASP.Net MVC Razor. The Header Row will be hidden by setting displayHeader property to False in the GetHtml...
View ArticleWhat ViewState in ASP.Net
Here Mudassar Ahmed Khan has explained what is ViewState in ASP.Net. This article will also cover the following information about ViewState: - 1. Where and how does ViewState store data. 2. Scope of...
View ArticleDisable ViewState in ASP.Net
Here Mudassar Ahmed Khan has explained with examples, different ways to disable ViewState in ASP.Net. ViewState can be disabled at the following levels: 1. Control Level. 2. Page Level. 3. Application...
View ArticleUpload, Read and Display Excel file data using WebGrid in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to upload, read and display Excel file data using WebGrid in ASP.Net MVC Razor. The uploaded Excel file data will be read using OLEDB library...
View ArticleSend Email using HTML Templates in ASP.Net with C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to send Email using HTML Templates in ASP.Net with C# and VB.Net. HTML Template is nothing but an HTML File whose contents will be read,...
View ArticleDisplay (Embed) Excel Sheet on Web Page in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to display (embed) Excel Sheet on Web Page in ASP.Net using C# and VB.Net. The Excel Sheet will be displayed (embedded) on Web Page with the...
View ArticleASP.Net MVC: Export Crystal Report to Word Excel PDF and CSV
Here Mudassar Ahmed Khan has explained with an example, how to export Crystal Report and download in Word, Excel, PDF and CSV file formats in ASP.Net MVC Razor. Entity Framework will be used to...
View ArticleExport Crystal Report to Word Excel PDF and CSV in Windows Application using...
Here Mudassar Ahmed Khan has explained with an example, how to export Crystal Report to Word, Excel, PDF and CSV in Windows Forms (WinForms) Application using C# and VB.Net. The Crystal Report will be...
View ArticleExport Crystal Report to PDF programmatically in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to export Crystal Report to PDF programmatically in ASP.Net with C# and VB.Net. Exporting Crystal Report to PDF programmatically means,...
View ArticleExport Crystal Report to PDF and send as Email Attachment in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to export Crystal Report to PDF and send as Email Attachment in ASP.Net using C# and VB.Net. Crystal Report provides a function to...
View ArticleUpload Multiple Images to Database in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to upload and save (insert) multiple Images to SQL Server database in ASP.Net using C# and VB.Net. ASP.Net 4.5 has a new property...
View Article