Display (Show) AJAX Modal Popup after validation is successful in ASP.Net
Here Mudassar Ahmed Khan has explained how to display (show) AJAX Control Toolkit ModalPopupExtender Modal Popup after validation of ASP.Net validators (such as RequiredFieldValidator) is successful in...
View ArticleShow Hide DIV with TextBox when CheckBox is checked unchecked using...
Here Mudassar Ahmed Khan has explained how to show and hide HTML DIV with TextBox when CheckBox is checked (selected) and unchecked (unselected) using JavaScript and jQuery. When the CheckBox is...
View ArticleAngularJS: Show Hide (Toggle) HTML DIV on Button click using ng-show and ng-hide
Here Mudassar Ahmed Khan has explained with example, how to show hide (toggle) HTML DIV on Button click using ng-show and ng-hide directives. AngularJS directives ng-show and ng-hide are used to show...
View ArticleDisplay (Show) Word, Excel, PowerPoint (PPT) and PDF files in browser web...
Here Mudassar Ahmed Khan has explained how to display (show) Word document (.doc, .docx), Excel Spreadsheet (.xls, .xlsx), PowerPoint presentation (ppt, .pptx) files and PDF documents (*.pdf) in...
View ArticleCall (Consume) Web Service (ASMX) in ASP.Net web application using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to call (consume) Web Service (ASMX) in ASP.Net web application using C# and VB.Net.
View ArticleASP.Net: JavaScript document.getElementById returns NULL when using Master Page
Here Mudassar Ahmed Khan has explained how to solve the issue of JavaScript document.getElementById returning NULL when accessing any ASP.Net control on a page that uses Master Page. This problem...
View ArticleCall (Consume) Web Service (ASMX) in Windows Forms (WinForms) application...
Here Mudassar Ahmed Khan has explained how to call (consume) Web Service (ASMX) in Windows Forms (WinForms) application using C# and VB.Net.
View ArticleCall (Consume) Web Service (ASMX) in Console application using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to call (consume) Web Service (ASMX) in Console application using C# and VB.Net.
View ArticleDisplay ASP.Net Validators (RequiredFieldValidator) Error Messages in...
Here Mudassar Ahmed Khan has explained how to display validation error messages of ASP.Net Validators such as RequiredFieldValidator, RegularExpressionValidator, CustomValidator, CompareValidators,...
View ArticleAngularJS $interval example: How to Start, Stop and Cancel (Destroy)...
Here Mudassar Ahmed Khan has explained how to use the AngularJS $interval function to perform a task periodically at regular intervals with a delay of specific time period. The AngularJS $interval...
View ArticleAngularJS: Refresh HTML DIV every N seconds using $interval
Here Mudassar Ahmed Khan has explained how to refresh HTML DIV every N seconds using $interval function in AngularJS.
View ArticleAngularJS Date Filter function Example: Format Date and Time in AngularJS
Here Mudassar Ahmed Khan has explained how to use the AngularJS Date Filter ($filter) function to format and display date and time. This article explains how to display date and time in different...
View ArticleKeep User Logged in and automatically Login User using Forms Authentication...
Here Mudassar Ahmed Khan has explained how to permanently keep User Logged in for long period even when browser closed and automatically login the User back when he visits next time using Forms...
View ArticleUncheck a CheckBox when another CheckBox is checked in ASP.Net
Here Mudassar Ahmed Khan has explained how to uncheck a CheckBox when another CheckBox inside CheckBoxList control is checked in ASP.Net using JavaScript.
View ArticleShow Hide DIV with TextBox based on RadioButton selection (checked unchecked)...
Here Mudassar Ahmed Khan has explained how to show and hide HTML DIV with TextBox based RadioButton selection or click i.e. when RadioButtons are checked (selected) and unchecked (unselected) using...
View ArticleSend HTML Page (File) as Email Body in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to send HTML Page (File) as Email Body in ASP.Net using C# and VB.Net.
View ArticleAngularJS: Get and display Current Date and Time
Here Mudassar Ahmed Khan has explained how to get and display Current Date and Time in AngularJS. This article will explain how to display Current Date and Time using AngularJS Templates and ng-bind...
View ArticleConvert PDF file to HTML in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to convert PDF file to HTML file in ASP.Net using C# and VB.Net. PDF file will be converted to HTML file in ASP.Net using the PdfToHtml.exe file.
View ArticleAttach File from MemoryStream to MailMessage object in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained how to attach a File from MemoryStream to MailMessage object and send as email attachment in ASP.Net using C# and VB.Net. This article will explain how to attach...
View ArticleGoogle Maps API V3: DirectionsService (Driving Directions) example
Here Mudassar Ahmed Khan has explained with example and attached source code, how to use the Google Maps API V3 to plot driving directions and route on Google Maps using the DirectionsService.
View Article