James Flower
  • Home
  • About
  • Projects
  • GitHub
  • X (Twitter)

asp.net webforms

A collection of 2 posts
Strongly Typed Data in ASP .NET Web Forms
asp.net

Strongly Typed Data in ASP .NET Web Forms

In ASP .NET Web Forms you’ve previously had to use strings to specify which properties you’d like to output when databinding, which would probably end up looking something like the following. <asp:templatefield headertext="Last Name"> <itemtemplate> <asp:literal runat="
27 Jun 2014 2 min read
Using a RequiredFieldValidator on a DropDownList in ASP .NET
asp.net

Using a RequiredFieldValidator on a DropDownList in ASP .NET

In most applications today drop-down lists default to a “Please select..” option with some form of validation to ensure the user makes their own selection. In ASP .NET web forms this frequently results in a drop-down list being created using code similar to that displayed below. <asp:DropDownList ID=
03 Aug 2013 1 min read
Page 1 of 1
James Flower © 2025
Powered by Ghost