Tag Archives: custom class

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 , , , , , , , , , , | 3 Comments

Send custom objects from Flash to ASP.NET web service ( asmx )

I came across a new server message today – “The test form is only available for methods with primitive types or arrays of primitive types as parameters” While working with flash and asp.net web services I learned that you can … Continue reading

Posted in .net, C#, flash platform, microsoft | Tagged , , , , , | Leave a comment