My Work
My Blogs
Hotlinks
Tag Archives: DataBind
Use SQL to insert a label in front of a DataBound list
Here’s a clever little solution I would like to add to the book of ‘get it done’. While this particular example uses ASP.NET controls, this concept really applies to any language that supports DataBinding to a control. The base concept … Continue reading
DataBind a List of custom classes to an ASP:ListBox control
Recently I was scratching my head at this error from the .NET Framework DataBinding: ‘MyApp.vo.customVO’ does not contain a property with the name ‘Name’ I was stumped because my custom VO class did in fact have a public property called … Continue reading
Posted in .net, C#, development, microsoft, tips and tricks, Visual Studio
Tagged .NET framework, asp.net, auto-implemented, auto-implemented-properties, C#, csharp, custom class, DataBind, DataSource, properties, VO
3 Comments
