﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=munir-shaikh" rel="self" type="application/rss+xml" /><item><title>Directory &amp; Files Lister using DirectoryInfo class in Asp.net 2.0 with VB.NET</title><description>In this article we will see how we can display directories as well files in the browser based explorer, i have tryed to list directories and files even one can browse through inner directories on clicking particular folder, this can be enhanced to actual windows explorer.</description><link>https://www.c-sharpcorner.com/UploadFile/munnamax/directory-files-lister-using-directoryinfo-class-in-asp-ne/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/munnamax/directory-files-lister-using-directoryinfo-class-in-asp-ne/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Payment Gateway Integration using VB.NET with Authorized.NET</title><description>This article shows payment gateway integration using Vb.net and Msxml.XMLHttpRequest object.</description><link>https://www.c-sharpcorner.com/UploadFile/munnamax/payment-gateway-integration-using-VB-Net-with-authorized-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/munnamax/payment-gateway-integration-using-VB-Net-with-authorized-net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Accessing a Web Service from a Desktop in VB.NET</title><description>In this article we will study how to access a simple database driven Web Service from a Desktop application. Here I have a DbHelper class which has openconnection(), closeConnection, getDataTable, getDataset etc methods, and ConnectToDb() and getDataSet() Web methods in the Web Service.
</description><link>https://www.c-sharpcorner.com/UploadFile/munnamax/accessing-a-web-service-from-a-desktop-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/munnamax/accessing-a-web-service-from-a-desktop-in-VB-Net/</guid><pubDate>Fri, 09 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Bulk Uploader in ASP.NET 2.0</title><description>The FileUpLoad control enables you to upload file to the server. It displays a text box control and a browse button that allow users to select a file to upload to the server.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/bulk-uploader-in-Asp-Net-2-0/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/bulk-uploader-in-Asp-Net-2-0/default.aspx</guid><pubDate>Thu, 28 Aug 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Accessing themes/skinid's programmatically using asp.net 2.0</title><description>This article tells you about how you can access Theme &amp; Skins &amp; use CSS with respect to each theme.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/accessing-themesskinids-programmatically-using-Asp-Net-2-0/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/accessing-themesskinids-programmatically-using-Asp-Net-2-0/default.aspx</guid><pubDate>Wed, 30 Apr 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>OleHelper for microsoft access using asp.net 2.0</title><description>This Article is very much similar to the Microsoft Data Access Application Block, provides static methods in a "sealed class OleHelper" Where I have execute Dataset, Executenonquery &amp; preparecommand.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/olehelper-for-microsoft-access-using-Asp-Net-2-0/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/olehelper-for-microsoft-access-using-Asp-Net-2-0/default.aspx</guid><pubDate>Thu, 24 Apr 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>WPF Database communication Adding new record to the database</title><description>WPF Database communication Adding new record to the database (XAML-MS-Access), I have a XAML form with FirstName, LastName, Email &amp; Contact fields in it on click of submit button it will first check if the same email address is exists in the table else it will add new record I have made use of OleDbTransaction to perform add functionality.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/wpf-database-communication-adding-new-record-to-the-database/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/wpf-database-communication-adding-new-record-to-the-database/default.aspx</guid><pubDate>Wed, 16 Apr 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Data Binding in WPF Windows Application</title><description>In this article, I will discuss on how to bind Data with WPF windows application.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/data-binding-in-wpf-windows-application/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/data-binding-in-wpf-windows-application/default.aspx</guid><pubDate>Fri, 11 Apr 2008 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>AJAX AutoCompleteExtender</title><description>In one of the Ajax project while using &lt;ajaxToolkit: AutoCompleteExtender&gt; I was getting following error: Error Creating control - autoComplete1. This control cannot be displayed because it's tag prefix is not registered in the web form.
</description><link>https://www.c-sharpcorner.com/article/ajax-autocompleteextender/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ajax-autocompleteextender/</guid><pubDate>Thu, 04 Oct 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Web Part Communication</title><description>In my earlier article I have discussed about web part basics and how web part can be utilized as User control. In this article we will be discussing about the communication between two web parts.</description><link>https://www.c-sharpcorner.com/article/web-part-communication/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/web-part-communication/</guid><pubDate>Tue, 25 Sep 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Bulk Uploader in ASP.NET 2.0 </title><description>The FileUpLoad control enables you to upload file to the server. It displays a text box control and a browse button that allow users to select a file to upload to the server.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/bulk-uploader-in-Asp-Net-2-0-3/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/bulk-uploader-in-Asp-Net-2-0-3/default.aspx</guid><pubDate>Mon, 10 Sep 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>WPF Database Communication Adding new Record to the Database</title><description>WPF Database communication Adding new record to the database (XAML-MS-Access), I have a XAML form with FirstName, LastName, Email &amp; Contact fields in it on click of submit button it will first check if the same email address is exists in the table else it will add new record I have made use of OleDbTransaction to perform add functionality.</description><link>https://www.c-sharpcorner.com/article/wpf-database-communication-adding-new-record-to-the-database/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/wpf-database-communication-adding-new-record-to-the-database/</guid><pubDate>Thu, 06 Sep 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Creating MenuItem With WPF</title><description>In any desktop application it is very important to have menu bar to the application/system, so that user will find easy to access it. In this tutorial I will be talking about how we can create Menu bar in WPF application using XAML.</description><link>https://www.c-sharpcorner.com/article/creating-menuitem-with-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-menuitem-with-wpf/</guid><pubDate>Mon, 03 Sep 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Data Binding in WPF Windows Application</title><description>In this tutorial I will discuss on how to bind Data with WPF windows application.</description><link>https://www.c-sharpcorner.com/article/data-binding-in-wpf-windows-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/data-binding-in-wpf-windows-application/</guid><pubDate>Thu, 23 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>AdRotator Standard Control</title><description>This article will help programmer, developer to overcome the problem as: "The AdRotator adRtrCtrl/adRotator1 could not find the AdvertisementFile or the file is invalid".</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/adrotator-standard-control/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/adrotator-standard-control/default.aspx</guid><pubDate>Wed, 22 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Database Driven Event Calendar in ASP.Net 2.0</title><description>The sample in this article acts as an event driven calendar using an Asp:calendar control to display events that are database driven.</description><link>https://www.c-sharpcorner.com/article/database-driven-event-calendar-in-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/database-driven-event-calendar-in-Asp-Net-2-0/</guid><pubDate>Tue, 21 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Iterator In C# 2.0</title><description>Iterator is one of the new feature in C# 2.0. I am trying to explain it with Employees and Department classses.</description><link>https://www.c-sharpcorner.com/article/iterator-in-C-Sharp-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/iterator-in-C-Sharp-2-0/</guid><pubDate>Tue, 21 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Generics in C# 2.0</title><description>In this article, I just try to discuss on type safe data structures with the help of Generics in C# 2.0.</description><link>https://www.c-sharpcorner.com/article/generics-in-C-Sharp-2-03/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generics-in-C-Sharp-2-03/</guid><pubDate>Fri, 17 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Ajax UpdateProgressBar</title><description>This article tells us about the UpdateProgress control which allows to show some symbolic presentation while the web page is loaded.</description><link>https://www.c-sharpcorner.com/article/ajax-updateprogressbar/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ajax-updateprogressbar/</guid><pubDate>Mon, 13 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>ASP.Net 2.0 AJAX Extension 1.0 Application</title><description>This article will explain you in dept of creating Asp.Net Ajax-Enabled Application. I have explained with the help of product management example, where you can add new product, edit, update &amp; cancel the product related activity.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/Asp-Net-2-0-ajax-extension-1-0-application/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/Asp-Net-2-0-ajax-extension-1-0-application/default.aspx</guid><pubDate>Mon, 13 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title> Connection Pooling</title><description>While performing any database activity it is necessary that every single connection need to be closed, but in case your application throws some exception in that case our connection wont’ get closed. </description><link>https://www.c-sharpcorner.com/article/connection-pooling/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/connection-pooling/</guid><pubDate>Sat, 11 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Authentication-Authorization / Windows built-in Role enumeration</title><description>In this article I will be talking about authentication and authorization. Authentication is the process which uses users cridential to validate against system, where as Authorization is the process the authenticated user has rights to do some specific task.</description><link>https://www.c-sharpcorner.com/article/authentication-authorization-windows-built-in-role-enumera/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/authentication-authorization-windows-built-in-role-enumera/</guid><pubDate>Tue, 07 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Whose Online in ASP.NET 2.0</title><description>I had problem in one of the project to show who is onlne &amp; how to track multiple login/prevent from multiple login. I had gone back and forth so many time and finally am here with small snippet of code, I guess eveyone should read this article!</description><link>https://www.c-sharpcorner.com/article/whose-online-in-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/whose-online-in-Asp-Net-2-0/</guid><pubDate>Mon, 06 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Arabization: Localization/Globalization in ASP.Net 2.0</title><description>In order to reach global market for any successful product, it is necessary that product support maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization/globalization utilized.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/arabization-localizationglobalization-in-Asp-Net-2-0/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/arabization-localizationglobalization-in-Asp-Net-2-0/default.aspx</guid><pubDate>Fri, 03 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Tools used in .net Framework at a glance</title><description>Here is list of tools which are required in the day to day life</description><link>https://www.c-sharpcorner.com/blogs/tools-used-in-net-framework-at-a-glance1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/tools-used-in-net-framework-at-a-glance1</guid><pubDate>Thu, 02 Aug 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Mac Address</title><description>I received few queries about Mac Address like What Mac Addres, What is difference in IP Address &amp; Mac Address &amp; How to get the Mac Addres, Here is small code snippet which will explain about Mac Address</description><link>https://www.c-sharpcorner.com/blogs/mac-address1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/mac-address1</guid><pubDate>Tue, 31 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Mac Address</title><description>I received some queries on mac address like? What is mac address? is this address same as Machine IP Address? How to get this IP Address? Can we get this IP Address In Javascript, here is small code snippet which give you good idea about mac address and how to get that.</description><link>https://www.c-sharpcorner.com/blogs/mac-address122</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/mac-address122</guid><pubDate>Tue, 31 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Directory &amp; Files Lister using DirectoryInfo class in Asp.net 2.0</title><description>In this article we will see how we can display directories as well files in the browser based explorer, i have tryed to list directories and files even one can browse through inner directories on clicking particular folder, this can be enhanced to actual windows explorer.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/directory-files-lister-using-directoryinfo-class-in-Asp-Net-2-0/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/directory-files-lister-using-directoryinfo-class-in-Asp-Net-2-0/default.aspx</guid><pubDate>Tue, 31 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Distributed Transaction Coordinator/Control In ASP.NET (DTC)</title><description>A transaction is a series of work perform as a single unit of work consistency and reliability of the system, can be achieved by binding a set of related operations together in a transaction. Here I w</description><link>https://www.c-sharpcorner.com/article/distributed-transaction-coordinatorcontrol-in-Asp-Net-dtc/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/distributed-transaction-coordinatorcontrol-in-Asp-Net-dtc/</guid><pubDate>Tue, 31 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Web Part Communication</title><description>In my earlier article I have discussed about web part basics and how web part can be utilized as User control. In this article we will be discussing about the communication between two web parts.</description><link>http://www.vbdotnetheaven.com/uploadfile/munnamax/web-part-communication/default.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/uploadfile/munnamax/web-part-communication/default.aspx</guid><pubDate>Tue, 31 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Progress Bar in ASP.NET 2.0 using File uploader user control</title><description>Having a progress bar on a Web page is very important when uploading a file. This article shows, how you can achieve this in ASP.NET 2.0.</description><link>https://www.c-sharpcorner.com/article/progress-bar-in-Asp-Net-2-0-using-file-uploader-user-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/progress-bar-in-Asp-Net-2-0-using-file-uploader-user-control/</guid><pubDate>Thu, 12 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Enterprise Library 3.0 Data Access Application Block</title><description>Data Access Application Block(DAAB) simplifies development tasks that implement common data access functionality.The DAAB provides access to the most often used features of ADO.NET in simple-to-use classes; this boosts developer productivity.
</description><link>https://www.c-sharpcorner.com/article/enterprise-library-3-0-data-access-application-block/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enterprise-library-3-0-data-access-application-block/</guid><pubDate>Thu, 12 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Generic Error Logger using ASP.Net &amp;amp; C#</title><description>In this article I just want to put some light on global.asax file &amp;amp; how we can make use of Application_Error. In this article, I am generating log text file which will have all the details of the </description><link>https://www.c-sharpcorner.com/article/generic-error-logger-using-Asp-Net-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generic-error-logger-using-Asp-Net-C-Sharp/</guid><pubDate>Mon, 09 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>ASP.Net User Control as Web Parts</title><description>In this article I would like to give answers to some of the terms and also given some steps to deploy the web part.</description><link>https://www.c-sharpcorner.com/article/Asp-Net-user-control-as-web-parts/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/Asp-Net-user-control-as-web-parts/</guid><pubDate>Mon, 09 Jul 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>OleHelper for Microsoft Access (.MDB) in ASP.NET 2.0</title><description>This article is very much similar to the Microsoft Data Access Application Block, provides static methods in a "sealed class OleHelper" where I have Execute Dataset, ExecuteNonQuery &amp; PrepareCommand to work with Microsoft Access database.</description><link>https://www.c-sharpcorner.com/article/olehelper-for-microsoft-access-mdb-in-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/olehelper-for-microsoft-access-mdb-in-Asp-Net-2-0/</guid><pubDate>Wed, 18 Apr 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Accessing Themes/SkinId's Programmatically using ASP.Net 2.0</title><description>This article will give you good idea, as how we can access Theme &amp; Skins &amp; use CSS with respect to each theme, Microsoft has provided great feature in asp.net 2.0, which will reduce developer's stress to maintain GUI and Color-combination again.</description><link>https://www.c-sharpcorner.com/article/accessing-themesskinid-programmatically-using-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/accessing-themesskinid-programmatically-using-Asp-Net-2-0/</guid><pubDate>Tue, 17 Apr 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Bulk Uploader in ASP.NET 2.0</title><description>The FileUpLoad control enables you to upload file to the server. It displays a text box control and a browse button that allow users to select a file to upload to the server.</description><link>https://www.c-sharpcorner.com/article/bulk-uploader-in-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bulk-uploader-in-Asp-Net-2-0/</guid><pubDate>Wed, 28 Mar 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Word to HTML Converter using ASP.Net 2.0 and  Microsoft 11.0 object Library</title><description>This article uses Microsoft 11.0 object library &amp;amp; process the word document in the backend and convert to HTML document.</description><link>https://www.c-sharpcorner.com/article/word-to-html-converter-using-Asp-Net-2-0-and-microsoft-11-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/word-to-html-converter-using-Asp-Net-2-0-and-microsoft-11-0/</guid><pubDate>Mon, 26 Mar 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>ASP.Net 2.0 AJAX Extension 1.0 Application</title><description>This article will explain you in dept of creating AspNet Ajax-Enabled Application
I have explained with the help of product management example, where you can add new product, edit, update &amp; cancel the product related activity.</description><link>https://www.c-sharpcorner.com/article/Asp-Net-2-0-ajax-extension-1-0-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/Asp-Net-2-0-ajax-extension-1-0-application/</guid><pubDate>Wed, 21 Mar 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Arabization: Localization/Globalization in ASP.Net 2.0</title><description>In order to reach global market for any successful product, it is necessary that product supports maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization / globalization utilized.</description><link>https://www.c-sharpcorner.com/article/arabization-localizationglobalization-in-Asp-Net-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/arabization-localizationglobalization-in-Asp-Net-2-0/</guid><pubDate>Mon, 19 Mar 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>AdRotator Standard Control</title><description>This article will help programmer, developer to overcome the problem as:The AdRotator adRtrCtrl/adRotator1 could not find the AdvertisementFile or the file is invalid.</description><link>https://www.c-sharpcorner.com/article/adrotator-standard-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/adrotator-standard-control/</guid><pubDate>Wed, 14 Mar 2007 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Accessing Crystal  Report in ASP.NET using VB.Net</title><description>This article is for web-developers who want to access crystal reports in ASP.Net by using multiple tables or views etc. This application might help them and save their development time.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/viewReport12102006230500PM/viewReport.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/munnamax/viewReport12102006230500PM/viewReport.aspx</guid><pubDate>Mon, 11 Dec 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Infragistics UltraWebNavigator Context Menu Integration with Javascript</title><description>This article shows one of the difficult functionality of adding context Menu on Infragistics UltraWebGrid, in conjunction with mouse right click.</description><link>https://www.c-sharpcorner.com/article/infragistics-ultrawebnavigator-context-menu-integration-with/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/infragistics-ultrawebnavigator-context-menu-integration-with/</guid><pubDate>Wed, 13 Sep 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Accessing Crystal  Report in ASP.NET using C#</title><description>This article is for web-developers who want to access crystal reports in ASP.Net by using multiple tables or views etc. This application might help them and save their development time.</description><link>https://www.c-sharpcorner.com/article/accessing-crystal-report-in-Asp-Net-using-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/accessing-crystal-report-in-Asp-Net-using-C-Sharp/</guid><pubDate>Mon, 01 May 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Accessing a Web Service from a Desktop Application</title><description>In this article we will study how to access a simple database driven Web Service from a Desktop application. Here I have a DbHelper class which has openconnection(), closeConnection, getDataTable, getDataset etc methods, and ConnectToDb() and getDataSet()  Web methods in the Web Service.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/dbService04162006080340AM/dbService.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/munnamax/dbService04162006080340AM/dbService.aspx</guid><pubDate>Mon, 17 Apr 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>MVC architecture in ASP.Net using C# and Microsoft Data Access Application block</title><description>In this article we will learn how to use Microsoft Data Access Application block 
in ASP.Net using C#, I have used Microsoft Data Access Application block in conjunction with MVC architecture, here you will learn lot about class libraries, interface, implementation etc. 
</description><link>http://www.dotnetheaven.com/Uploadfile/munnamax/mvcarchitecture03282006231811PM/mvcarchitecture.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/munnamax/mvcarchitecture03282006231811PM/mvcarchitecture.aspx</guid><pubDate>Tue, 28 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>MVC architecture in ASP.Net using C# and Microsoft Data Access Application block</title><description>In this article we will learn how to use Microsoft Data Access Application block 
in ASP.Net using C#, I have used Microsoft Data Access Application block in conjunction with MVC architecture, here you will learn lot about class libraries, interface, implementation etc. 
</description><link>https://www.c-sharpcorner.com/article/mvc-architecture-in-Asp-Net-using-C-Sharp-and-microsoft-data-acce/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mvc-architecture-in-Asp-Net-using-C-Sharp-and-microsoft-data-acce/</guid><pubDate>Tue, 28 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Scrolling News Web Control using ASP.Net and C#</title><description>This article shows to create scrolling news web control using ASP.Net and C#, simple to understand and can be used as a control in any of the ASP.Net page.</description><link>http://www.dotnetheaven.com/Uploadfile/munnamax/scrollingNews03282006233408PM/scrollingNews.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/munnamax/scrollingNews03282006233408PM/scrollingNews.aspx</guid><pubDate>Mon, 27 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Scrolling News Web Control using ASP.Net and C#</title><description>This article shows to create scrolling news web control using ASP.Net and C#, simple to understand and can be used as a control in any of the ASP.Net page.</description><link>https://www.c-sharpcorner.com/article/scrolling-news-web-control-using-Asp-Net-and-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/scrolling-news-web-control-using-Asp-Net-and-C-Sharp/</guid><pubDate>Mon, 27 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Payment Gateway Integration using VB.NET with Authorized.NET</title><description>This article shows payment gateway integration using Vb.net and Msxml.XMLHttpRequest object.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/PaymentGateway02152006022631AM/PaymentGateway.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/munnamax/PaymentGateway02152006022631AM/PaymentGateway.aspx</guid><pubDate>Wed, 15 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>Shopping Cart in ASP.NET using VB.NET</title><description>Shopping Cart using ASP.Net, VB.Net and SQL server, very light weight small complete application. which uses dynamic HTML Rows and columns generation, i have covered add to cart, update item, delete item, continue shopping method using collection</description><link>http://www.dotnetheaven.com/Uploadfile/munnamax/ShoppingCart02102006010016AM/ShoppingCart.aspx</link><guid isPermaLink="true">http://www.dotnetheaven.com/Uploadfile/munnamax/ShoppingCart02102006010016AM/ShoppingCart.aspx</guid><pubDate>Tue, 14 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item><item><title>File uploader in C#</title><description>This article shows a simple Web user control for uploading any file up to 2 MB to the specified folder using C#.</description><link>https://www.c-sharpcorner.com/article/file-uploader-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/file-uploader-in-C-Sharp/</guid><pubDate>Mon, 13 Feb 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Munir Shaikh)</author></item></channel></rss>