S
shapper
Hello,
I am creating a class library and I need to create a control similar
to SQL DataSource. It is named "MyContentSource"
Basically I define various properties such as:
ConnectionString [String], Filter [String], Key [String], Date
[DateTime], etc.
I have all the code which connects to the database done and ready.
Now I need to be able to connect my other custom web controls to
MyContentSource giving its Id.
Then, from my other web controls, I need to get the data created in
MyContentSource which is a DataSet and an Array of Strings.
How can I do this?
I hope I explained this in a good way.
Thanks,
Miguel
I am creating a class library and I need to create a control similar
to SQL DataSource. It is named "MyContentSource"
Basically I define various properties such as:
ConnectionString [String], Filter [String], Key [String], Date
[DateTime], etc.
I have all the code which connects to the database done and ready.
Now I need to be able to connect my other custom web controls to
MyContentSource giving its Id.
Then, from my other web controls, I need to get the data created in
MyContentSource which is a DataSet and an Array of Strings.
How can I do this?
I hope I explained this in a good way.
Thanks,
Miguel