O
One Handed Man \( OHM - Terry Burns \)
When using a custom control. In order to check and see if values have
changed one has to implement the IPostBackDataCollection interface. The
values returned for the control seem to be simply a string with comma
delimited values.
For example, if I were to render two text boxes. One with the Value Terry
and the Other with the Value 'Burns' I would get the following value
Terry,Burns.
I need this to be more like this
Forname,Terry,Surname,Burns. So I get get this into a key/Pair collection.
Is there something Im missing here, as I'm not sure how I can do this. I
tried rendering and ID name to see if this would generate this effect, but
it caused the event not to fire.
Any Ideas would be welcome.
changed one has to implement the IPostBackDataCollection interface. The
values returned for the control seem to be simply a string with comma
delimited values.
For example, if I were to render two text boxes. One with the Value Terry
and the Other with the Value 'Burns' I would get the following value
Terry,Burns.
I need this to be more like this
Forname,Terry,Surname,Burns. So I get get this into a key/Pair collection.
Is there something Im missing here, as I'm not sure how I can do this. I
tried rendering and ID name to see if this would generate this effect, but
it caused the event not to fire.
Any Ideas would be welcome.