MOSS 2007 - Using Connectable WebPart - Consumer has TextBox
Posted
by JohnP
on Stack Overflow
See other posts from Stack Overflow
or by JohnP
Published on 2009-09-30T17:14:12Z
Indexed on
2010/06/06
10:02 UTC
Read the original article
Hit count: 422
I have 2 webparts which are connected, where the provider sends a string to the consumer.
However it fails to work if I put any TextBox controls in the consumer webpart. (works fine if I use a Label or Literal control.
The idea is that the consumer is to be composed of form controls like TextBoxes.
e.g. the codeproject sample at http://www.codeproject.com/KB/sharepoint/ConnectingCustomWebParts.aspx
Works fine... until you replace the consumer Label control with a TextBox.
Any help gratefully received.
© Stack Overflow or respective owner