My Work
My Blogs
Hotlinks
Category Archives: Visual Studio
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
Invalid token ‘void’ in class, struct, or interface member declaration
EDIT : After finishing this post I ran into all sorts of other strange issues and restarted using a Web Appliction instead of a plain old Website. Between IntelliSense not showing any classes, to project reference issues, I couldn’t figured it … Continue reading
Posted in .net, C#, development, hack, microsoft, tips and tricks, Visual Studio
Tagged ADO.NET, ADO.NET Entity Data Model, edmx, error, mysql, Visual Studio, visual studio 2008, void
3 Comments
