Hallo

Ich habe vor meine DAL classen flexibel 
an ein Control zu uebergeben.

z.b 
        Public Property DataLayerObject() As Object
            Get
                Return _DataLayerObject
            End Get
            Set(ByVal Value As Object)
                _DataLayerObject = Value
            End Set
        End Property
        Dim _DataLayerObject As Object

So nun meine frage wie caste ich Object das ich 
an die propertys des objectes zugeifen kann?

Gruss

Roman Pittroff
Consulting
Bangkok, Thailand


____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.209 from 29.09.2004
Virus news: www.antiviruslab.com

_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an