Binding to a object not listed in ObjectDataSource
I was binding to the Membership class, but it didn't come up in the
dropdown in the configuration tool for the ObjectDataSource in the designer. So as an
alternative, you can type in the TypeName property, set to the
System.Web.Security.Membership type. After that, go back into the configuration tool. You'll be able to get all of the methods in the drop down for
the Select, Update, Insert, or Delete methods, so you can use the designer this way instead of doing it manually.
Comments