Implement Dynamic TextBox controls with Add Remove Button in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement dynamic TextBox controls with Add Remove Button in ASP.Net MVC Razor. The dynamic TextBox controls with Add Remove Button...
View ArticleCreate Charts (Pie Charts) from Database using Charts Helper in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to create Charts from Database using Charts Helper class in ASP.Net MVC Razor. This article will illustrate how to create Pie Charts from...
View ArticleCreate Charts (Column Charts) from Database using Charts Helper in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to create Charts from Database using Charts Helper class in ASP.Net MVC Razor. This article will illustrate how to create Column Charts from...
View ArticleCreate Charts (Bar Charts) from Database using Charts Helper in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to create Charts from Database using Charts Helper class in ASP.Net MVC Razor. This article will illustrate how to create Bar Charts from...
View ArticleGoogle Charts in ASP.Net MVC: Google (Pie / Doughnut) Chart example with...
Here Mudassar Ahmed Khan has explained with an example, how to use, implement and populate Charts from database using Google Charts API in ASP.Net MVC Razor. This article will illustrate how to...
View ArticleGet and Display Current Date and Time from Controller using jQuery AJAX in...
Here Mudassar Ahmed Khan has explained with an example, how to get and display Current Date and Time from Controller using jQuery AJAX in ASP.Net MVC Razor. The Current Date and Time will be determined...
View ArticleASP.Net MVC ContentResult Example: Return String Content from Controller to...
Here Mudassar Ahmed Khan has explained with an example, how to use ContentResult in ASP.Net MVC Razor. ContentResult return type is used for returning Content i.e. String, XML string, etc from...
View ArticleImplementing HTML5 Canvas Charts in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to implement and populate animated HTML5 Canvas charts from database using jQuery AJAX in ASP.Net MVC Razor. The HTML 5 Canvas charts have...
View ArticleiTextSharp HTMLWorker is Obselete [Depreciated]: Replacement of iTextSharp...
Here Mudassar Ahmed Khan has explained with an example, how to resolve the error iTextSharp.text.html.simpleparser.HTMLWorker is Obselete [Depcrediated] in ASP.Net, C# and VB.Net. iTextSharp HTMLWorker...
View ArticleExport Grid (Html Table) data from database to PDF file using iTextSharp in...
Here Mudassar Ahmed Khan has explained with an example, how to export Grid (Html Table) data from database to PDF using iTextSharp file in ASP.Net MVC Razor. First the Grid (Html Table) will be...
View ArticleExport HTML string to PDF file using iTextSharp in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to export HTML string to PDF file using iTextSharp in ASP.Net with C# and VB.Net. The HTML string will be exported and downloaded as PDF file...
View ArticleExport HTML string to Excel file in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to export HTML string to Microsoft Excel file in ASP.Net using C# and VB.Net.
View ArticleCall (Consume) JSON Generic HTTP Handler (ASHX) using jQuery AJAX in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to Call (Consume) JSON Generic HTTP Handler (ASHX) on Client Side using jQuery AJAX in ASP.Net. When the JSON Generic HTTP Handler will be...
View ArticleCall (Consume) JSON Generic HTTP Handler (ASHX) using JavaScript in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to Call (Consume) JSON Generic HTTP Handler (ASHX) on Client Side using JavaScript in ASP.Net. When the JSON Generic HTTP Handler will be...
View ArticleCall (Consume) Web API using jQuery AJAX in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web API 2 using jQuery AJAX in ASP.Net MVC Razor. This article will explain how to make a jQuery POST call to Web API 2...
View ArticleASP.Net MVC Web API Tutorial with example
Here Mudassar Ahmed Khan has explained a tutorial with an example, how to build a simple Web API in ASP.Net MVC Razor. This article will explain how to make a jQuery POST call to Web API 2 Controller’s...
View ArticleDisplay (Show) PDF file embedded in View in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to display (show) PDF file embedded in View in ASP.Net MVC Razor. This article will explain how to view PDF files within browser without...
View ArticleASP.Net MVC: Send user Confirmation email after Registration with Activation...
Here Mudassar Ahmed Khan has explained with an example, how to send user confirmation email after registration with Activation link in ASP.Net MVC Razor. The Registration Form will save (insert) data...
View ArticleSimple User Login Form with Entity Framework Database in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement simple User Login form in ASP.Net MVC Razor. This User Login form will be implemented using Custom Forms Authentication and...
View ArticleMultiple Select (Multi-Select) DropDownList with CheckBoxes in ASP.Net MVC Razor
Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) Multiple Select (Multi-Select) DropDownList with CheckBoxes from database using jQuery in ASP.Net MVC Razor. ListBox...
View Article