| Author |
Message |
Tom
Guest
|
Posted:
Wed Jan 12, 2005 1:11 pm Post subject:
Passing parameters from a Provider to Consumer Web Part |
|
|
Hi
I have build a master detail relation with a provider and consumer webpart.
The provider passes 1 argument to the CellReady event in the consumer. I
would like to know how to pass more than 1 parameter.
ch Tom |
|
| Back to top |
|
 |
Amar Galla
Guest
|
Posted:
Wed Jan 12, 2005 4:18 pm Post subject:
Re: Passing parameters from a Provider to Consumer Web Part |
|
|
Use a Row provider instead of a cell provider. This will allow you to pass
more than 1 parameter.
Hope this helps.
Regards,
Amar Galla
http://www.dotnetjunkies.com/weblog/amar/
"Tom" <Tommster2004@hotmail.com> wrote in message
news:%23C60LUH%23EHA.3756@TK2MSFTNGP14.phx.gbl...
| Quote: | Hi
I have build a master detail relation with a provider and consumer
webpart.
The provider passes 1 argument to the CellReady event in the consumer. I
would like to know how to pass more than 1 parameter.
ch Tom
|
|
|
| Back to top |
|
 |
Tom
Guest
|
Posted:
Thu Jan 13, 2005 8:50 am Post subject:
Re: Passing parameters from a Provider to Consumer Web Part |
|
|
Amar
Do you use a cellprovider web part to 'receive' the parameters in, in the
cellready event? There is only one column value in there. Is there something
a a rowconsumer web part?
ch Tom
"Amar Galla" <amarsos_nospam@yahoo.com> wrote in message
news:#YJU62I#EHA.1296@TK2MSFTNGP10.phx.gbl...
| Quote: | Use a Row provider instead of a cell provider. This will allow you to pass
more than 1 parameter.
Hope this helps.
Regards,
Amar Galla
http://www.dotnetjunkies.com/weblog/amar/
"Tom" <Tommster2004@hotmail.com> wrote in message
news:%23C60LUH%23EHA.3756@TK2MSFTNGP14.phx.gbl...
Hi
I have build a master detail relation with a provider and consumer
webpart.
The provider passes 1 argument to the CellReady event in the consumer. I
would like to know how to pass more than 1 parameter.
ch Tom
|
|
|
| Back to top |
|
 |
Amar Galla
Guest
|
Posted:
Thu Jan 13, 2005 9:56 am Post subject:
Re: Passing parameters from a Provider to Consumer Web Part |
|
|
Check this out.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/smpcomiIRowProvider.asp
You will basically use an IRowProvider and an IRowConsumer interfaces to
pass and receive a row of data.
--
Hope this helps.
Regards,
Amar Galla
http://www.dotnetjunkies.com/weblog/amar/
"Tom" <Tommster2004@hotmail.com> wrote in message
news:%23KLXVnR%23EHA.3504@TK2MSFTNGP12.phx.gbl...
| Quote: | Amar
Do you use a cellprovider web part to 'receive' the parameters in, in the
cellready event? There is only one column value in there. Is there
something
a a rowconsumer web part?
ch Tom
"Amar Galla" <amarsos_nospam@yahoo.com> wrote in message
news:#YJU62I#EHA.1296@TK2MSFTNGP10.phx.gbl...
Use a Row provider instead of a cell provider. This will allow you to
pass
more than 1 parameter.
Hope this helps.
Regards,
Amar Galla
http://www.dotnetjunkies.com/weblog/amar/
"Tom" <Tommster2004@hotmail.com> wrote in message
news:%23C60LUH%23EHA.3756@TK2MSFTNGP14.phx.gbl...
Hi
I have build a master detail relation with a provider and consumer
webpart.
The provider passes 1 argument to the CellReady event in the consumer.
I
would like to know how to pass more than 1 parameter.
ch Tom
|
|
|
| Back to top |
|
 |
Tom
Guest
|
Posted:
Thu Jan 13, 2005 10:04 am Post subject:
Re: Passing parameters from a Provider to Consumer Web Part |
|
|
Amar
it helps a lot!! thanks
ch Tom
"Amar Galla" <amarsos_nospam@yahoo.com> wrote in message
news:#Mll9FS#EHA.4004@tk2msftngp13.phx.gbl...
| Quote: | Check this out.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/smpcomiIRowProvider.asp
You will basically use an IRowProvider and an IRowConsumer interfaces to
pass and receive a row of data.
--
Hope this helps.
Regards,
Amar Galla
http://www.dotnetjunkies.com/weblog/amar/
"Tom" <Tommster2004@hotmail.com> wrote in message
news:%23KLXVnR%23EHA.3504@TK2MSFTNGP12.phx.gbl...
Amar
Do you use a cellprovider web part to 'receive' the parameters in, in
the
cellready event? There is only one column value in there. Is there
something
a a rowconsumer web part?
ch Tom
"Amar Galla" <amarsos_nospam@yahoo.com> wrote in message
news:#YJU62I#EHA.1296@TK2MSFTNGP10.phx.gbl...
Use a Row provider instead of a cell provider. This will allow you to
pass
more than 1 parameter.
Hope this helps.
Regards,
Amar Galla
http://www.dotnetjunkies.com/weblog/amar/
"Tom" <Tommster2004@hotmail.com> wrote in message
news:%23C60LUH%23EHA.3756@TK2MSFTNGP14.phx.gbl...
Hi
I have build a master detail relation with a provider and consumer
webpart.
The provider passes 1 argument to the CellReady event in the
consumer.
I
would like to know how to pass more than 1 parameter.
ch Tom
|
|
|
| Back to top |
|
 |
|
|
|
|