Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1081 Points
270 Posts
Mar 19, 2012 02:24 PM|LINK
That helped but now I can set properties on it but it doesnt allow me to decalre diffrent instances.
I can do the following:
<sb:SBObjectDataSource runat="Server" ID="ods" ConnectionString="Data Source=HOU-SQLDEV03;Integrated Security=True" SelectCommand="SELECT * FROM Contacts; SELECT * FROM Issues;"> <CacheManager /> </sb:SBObjectDataSource>
But I want to be able to do the above and set the property to an instance of an object that is inherited from a base class.
KenParkerJr
Participant
1081 Points
270 Posts
Re: ServerControl Inner property
Mar 19, 2012 02:24 PM|LINK
That helped but now I can set properties on it but it doesnt allow me to decalre diffrent instances.
I can do the following:
<sb:SBObjectDataSource runat="Server" ID="ods" ConnectionString="Data Source=HOU-SQLDEV03;Integrated Security=True" SelectCommand="SELECT * FROM Contacts; SELECT * FROM Issues;"> <CacheManager /> </sb:SBObjectDataSource>But I want to be able to do the above and set the property to an instance of an object that is inherited from a base class.
http://startingdotneprogramming.blogspot.com