Home All Groups Group Topic Archive Search About
Author
26 Jan 2007 6:39 PM
Keybee
Hi all

I was wondering if someone could clarify how to use a
RegularExpressionValidator on fields in a Repeater..

I have a button for each row and i only want the validator summary to check
the fields on the same row as the button i click. Is this possible?? Right
now it doesnt matter which button i click, the summary checks all fields in
the repeater :(

Im really trying to describe the problem as clearly as possible. I hope
someone understands what im asking :)

THANKS!

--
"Is poopoo one word or two?"-Homer Simpson

Author
26 Jan 2007 6:52 PM
Scott M.
> I was wondering if someone could clarify how to use a
> RegularExpressionValidator on fields in a Repeater..

You don't.  Repeaters are for read-only views of data.  Since there is no
data input, there is no need for a validator control.  Use DataLists or
DataGrids instead.
Author
26 Jan 2007 7:11 PM
Keybee
I was afraid you'd say that. DataLists here I come.

Thanks Scott M!

--
"Is poopoo one word or two?"-Homer Simpson


Show quoteHide quote
"Scott M." wrote:

> > I was wondering if someone could clarify how to use a
> > RegularExpressionValidator on fields in a Repeater..
>
> You don't.  Repeaters are for read-only views of data.  Since there is no
> data input, there is no need for a validator control.  Use DataLists or
> DataGrids instead.
>
>
>
>