kieran5405
Programmer
Hi,
Im trying to connect two webparts. Having looked at some examples, i am not sure which provider/consumer to use.
In my first webpart, the user will type in a name to a text box and the results will be used to query a database and the consequent results output in a datagrid. I tested it as one webpart and it work fine.
I have now set it up using two usercontrols so as to have two separate webparts. One having the text boxes and the other the datagrid.
Which provider/consumer will work with this scenerio. I'm confused between using the IList Provider/Consumer, IParameter Provider/Consumer or the IRow Provider/Consumer.
Thanks for all help and advice.
Im trying to connect two webparts. Having looked at some examples, i am not sure which provider/consumer to use.
In my first webpart, the user will type in a name to a text box and the results will be used to query a database and the consequent results output in a datagrid. I tested it as one webpart and it work fine.
I have now set it up using two usercontrols so as to have two separate webparts. One having the text boxes and the other the datagrid.
Which provider/consumer will work with this scenerio. I'm confused between using the IList Provider/Consumer, IParameter Provider/Consumer or the IRow Provider/Consumer.
Thanks for all help and advice.