Asp.Net Source HOME » asp.net learning » ASP.NET » Controls and Components - Articles for data-bound controls (ex. GridView, DetailsView and Repeater Controls).

ASP.NET - Controls and Components

Articles for data-bound controls (ex. GridView, DetailsView and Repeater Controls).

 
GridView: Obfuscated Contact Email Link using Eval() Posted At: 12/8/2008
Most people are by now familiar with the typical usage of the Eval() and Bind() methods in a GridView. You can even use a format string with the Eval() method ...
View Comments Vote:   Yes 1  No 0
Integrate PayPal Checkout Button with ASP.NET 2.0 Posted At: 12/8/2008
I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then, several people have made mention of a problem that I c[read more]
View Comments Vote:   Yes 1  No 0
Bind CheckBoxList to DataSet Posted At: 12/8/2008
Here's a code sample that might come in handy. This is a CheckBoxList for a fictitious Real Estate broker who wishes to maintain a list of features for each property listing entered in the system. Typ[read more]
View Comments Vote:   Yes 1  No 0
ASP.NET Data Input Validation Posted At: 12/8/2008
I'm no security expert, and as such, I think I'm a member of an ever-growing group of Web developers who fly by the seat of their pants when it comes to the security of their Web forms. As an ASP.NET [read more]
View Comments Vote:   Yes 1  No 0
Create Yes-No Voting Control Posted At: 12/20/2008
in this article we'll describe all issues when creating such control
View Comments Vote:   Yes 0  No 0
Solution to capture read only textbox value in ASP.Net 2.0 Posted At: 12/10/2008
Today I am upgrading one of my applications from .Net framework 1.1 to 2.0. I found that the application is able to capture the values from all web controls except the date picker after the version up[read more]
View Comments Vote:   Yes 0  No 0
Events Calendar Posted At: 12/8/2008
One of the most common features of community websites these days is the events calendar. It's also the source of one of my pet hates, the stretching of calendar cells as event title links are added fo[read more]
View Comments Vote:   Yes 0  No 0
DataReader or DataSet? Posted At: 12/8/2008
I'm not trying to re-ignite this age-old debate but am merely using it as a starting point to explore the data access options available to date and where we may be heading in the near future. In the n[read more]
View Comments Vote:   Yes 0  No 0
ASP.NET 2.0 Guest Book Application Posted At: 12/8/2008
I recently had to create a Guest Book application for our local Tourism website. Googling a decent code sample didn't yield much so I created it from scratch. I'm making the code available at the bott[read more]
View Comments Vote:   Yes 0  No 0
ASP.NET 2.0 Guest Book Admin - Part II Posted At: 12/8/2008
ou can also view part I of this article which describes the setting up of this application with Visual Studio 2008 and IIS 7, running on Vista. SQL Server 2005 was used as the database.
View Comments Vote:   Yes 0  No 0
ASP.NET 2.0 Guest Book Admin - Part III Posted At: 12/8/2008
As promised, here's the final installment. You can find the download links for the final version of the code at the end of this article. Feel free to use this code and tweak it any way you wish. For d[read more]
View Comments Vote:   Yes 0  No 0
Deep Zoom Composer Posted At: 12/8/2008
I've been meaning to have some fun with Deep Zoom for a while. I was reading Mary Jo Foley's blog posting on the new Microsoft Research project called Seadragon Ajax a little earlier but didn't make m[read more]
View Comments Vote:   Yes 0  No 0
New ASP.NET 3.5 Chart Controls for VS 2008 Posted At: 12/8/2008
The ASP.NET Team have just released an amazing set of chart controls for Visual Studio 2008, with both Web and Windows versions. In addition, you can download the samples, over 200 of them, just open [read more]
View Comments Vote:   Yes 0  No 0
Differences between Components, Controls, and Behaviors Posted At: 10/21/2008
Behaviors, controls, and components are mostly the same. This is the case because when compared to the amount of functionality the base component type provides ...
View Comments Vote:   Yes 0  No 0
Loading Master Pages Dynamically in ASP.NET 3.5 Posted At: 10/16/2008
you can enable the users of your website to customize the appearance of the website by loading different Master Pages. You can display a menu of Master Pages, and allow your users to pick their favori[read more]
View Comments Vote:   Yes 0  No 0
Adding rows dynamically to grid views by two ways..complete code Posted At: 10/7/2009
using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.[read more]
View Comments Vote:   Yes   No 
Loading Excel data into a GridView Posted At: 10/7/2009
Here I am posting code, which will read through a Excel Document. This code will traverse through all sheets of Excel spread sheet, No matter what name they will have. This uses OLEDB connection to r[read more]
View Comments Vote:   Yes   No 
ASP.NET Chart with MVC and Google Spreadsheet API Posted At: 9/28/2009
BarcodeLib.com provides the leading barcode components for Java and ASP .NET developers. For Java developers, you can use their Java barcode library, a high quality Java barcode generator generates h[read more]
View Comments Vote:   Yes   No