AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.
Categories
Recent Posts
- Handling Files and Directories from your web applications. : Rockin J
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of - Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Demonstrate how to build master/details data presentation using GridView, DetailsView as animated pop - Understanding Script Injection Attacks : Sanjit Sil
This article helps to understand the concept of script injection attacks in detail using ASP.NET. Sanjit - Designing An Application Using Test Driven Development : Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves - Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side
Using TemplateFields in the DetailsView Control : Scott Mitchell
Thursday, August 21 2008
The TemplateField offers a higher degree of flexibility in rendering data than the BoundField, CheckBoxField, HyperLinkField, and other data field controls. In the previous tutorial we looked at using the TemplateField in a GridView to: Display multiple data field values in one column. Specifically, both the FirstName and LastName fields were combined into one GridView column. Use an alternate Web control to express a data field value. We saw how to show the HiredDate value using a Calendar control. Show status information based on the underlying data. While the Employees table does not contain a column that returns the number of days an employee has been on the job, we were able to display such information in the GridView example in the previous tutorial with the use of a TemplateField and formatting method....Master/Detail Part 2: Filtering With Two DropDownLists : Scott Mitchell
Using Parameterized Queries with the SqlDataSource : Scott Mitchell
ObjectDataSource in Depth (Part 2) : Manuel Abadia
Nested GridView Grouping and Displaying SubTotals and GrandTotals : Mohammad Azam
Changing GridView Column Color : AzamSharp

