What is Web API, why to use it and how to use it in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, what is a Web API, why do we use it and how to use it in ASP.Net MVC Razor. This article will explain how to make a jQuery POST call to Web API 2...
View ArticleUsing Web API with AngularJS Tutorial with example in ASP.Net MVC
Here Mudassar Ahmed Khan has explained a tutorial with an example, how to use Web API with AngularJS in ASP.Net MVC Razor. An AngularJS client will be consume a Web API method which will perform...
View ArticleUsing Web API with AngularJS and Entity Framework in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to use Web API with AngularJS and Entity Framework in ASP.Net MVC Razor. An AngularJS client will be consume a Web API method which will...
View ArticleASP.Net MVC: Database Connection without using Entity Framework
Here Mudassar Ahmed Khan has explained with an example, how to connect to SQL Server database without using Entity Framework in ASP.Net MVC Razor. This article will illustrate how to insert record in...
View ArticleDownload multiple files at once in one HTTP Request in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to download multiple files at once in one HTTP Request in ASP.Net using C# and VB.Net. HTTP Response does not allow...
View ArticleDownload multiple files as Zip Archive (Compressed) file in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to download multiple files as Zip Archive (Compressed) file in ASP.Net MVC Razor. Multiple files will be downloaded as Zip Archive...
View ArticleSiteMapDataSource control Tutorial with example in ASP.Net
Here Mudassar Ahmed Khan has explained a tutorial with an example, how to use the SiteMapDataSource control in ASP.Net. The SiteMapDataSource control is used for displaying paths of pages dynamically...
View ArticleZip a Folder (Directory) and Download in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to Zip a Folder (Directory) and download in ASP.Net using C# and VB.Net. This article will explain how to Zip a Folder (Directory) containing...
View ArticlePopulate (Bind) UserControl inside Repeater control in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) UserControl inside Repeater control in ASP.Net using C# and VB.Net. This article also explains how to pass data to...
View ArticleAdd Multiple Instances of same UserControl on Page in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to add multiple instances of same UserControl on Page in ASP.Net using C# and VB.Net. The UserControl will be placed inside a Repeater...
View ArticleGet UserControl TextBox value in ASPX Page using JavaScript in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to find and get value of TextBox in UserControl i.e. WebUserControl (ASCX) from Parent Page (ASPX) using JavaScript in ASP.Net.
View ArticleImplement Reorder List (Drag and Drop) using jQuery in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to implement Reorder List with Drag and Drop feature using jQuery in ASP.Net using C# and VB.Net. The drag and drop ordering of Reorder List...
View ArticleAjax Control ToolKit ConfirmButtonExtender Tutorial with example in ASP.Net
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX ConfirmButtonExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net....
View ArticleAjax Control ToolKit HoverMenuExtender Tutorial with example in ASP.Net
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX HoverMenuExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net. The...
View ArticleSend SMTP email using Windows Application (Windows Forms) in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to send email using Windows Application (Windows Forms) in C# and VB.Net. This article will illustrate how to send email in Windows...
View ArticleEmbed and read files in Windows Application (Windows Forms) in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to embed and read files in Windows Application (Windows Forms) in C# and VB.Net. Embedded files are called as Embedded Resources and these...
View ArticleDisplay Icons for Markers in Google Maps
Here Mudassar Ahmed Khan has explained with an example, how to display Icons for Markers in Google Maps. This article will illustrate how to make use of Custom Images as Icons for Markers in Google...
View ArticleDisplay Google Maps in Windows Application (Windows Forms) in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to display Google Maps in Windows Application (Windows Forms) in C# and VB.Net. The Google Maps with markers will be embedded in Windows...
View ArticleLoad and display HTML string in WebBrowser control in Windows Application...
Here Mudassar Ahmed Khan has explained with an example, how to load and display HTML string in WebBrowser control in Windows Application (Windows Forms Application) using C# and VB.Net.
View ArticleLoad and display HTML file in WebBrowser control in Windows Application using...
Here Mudassar Ahmed Khan has explained with an example, how to load and display HTML file in WebBrowser control in Windows Application (Windows Forms Application) using C# and VB.Net.
View Article