Download source – 1.66 MB Introduction You know how in Facebook, you can Tag images like this: How can this be done in .NET ? BreakDown We’ll have to divide this feature into a n... Read more
GridView, DataGrid and ListView Data-bound controls are used to display and modify data in your Asp.Net web application. These controls also contains others Asp.Net controls like as Label, T... Read more
Creating the source project Open a shell window. Create a directory called unit-testing-using-dotnet-test to hold the solution. Inside this new directory, run dotnet new sln to create a new... Read more
A data source control interacts with the data-bound controls and hides the complex data binding processes. These are the tools that provide data to the data bound controls and support execut... Read more
AJAX stands for Asynchronous JavaScript and XML. This is a cross platform technology which speeds up response time. The AJAX server controls add script to the page which is executed and proc... Read more
Inorder to create a new website, you should follow these steps. Choose File --> New --> Web SiteThis brings up the New Web Site dialog box as show below, and contains a list of the tem... Read more
What are Sitemaps? Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file... Read more
AJAX, short for Asynchronous JavaScript And XML, isn’t a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive a... Read more
Some times after hosting web application on the server, we get unexpected error as shown in the below fig. But we did get the detailed message for the unexpected error. In this article, I wo... Read more
Information is displayed at the bottom of the GridView. Gridview has property to show footer at the bottom. And you can show some information or summary in it. If you are going to generate s... Read more