|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Repeater and ValidatorsHi 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 > I was wondering if someone could clarify how to use a You don't. Repeaters are for read-only views of data. Since there is no > RegularExpressionValidator on fields in a Repeater.. data input, there is no need for a validator control. Use DataLists or DataGrids instead. I was afraid you'd say that. DataLists here I come.
Thanks Scott M! -- Show quoteHide quote"Is poopoo one word or two?"-Homer Simpson "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. > > > >
How to know the selected row in a DataControlField
DetailsView Default Mode Why does OnClick event not work in 2.0 for DataGrid can i assign a name for a control dynamically? UpdatePanel, Postback Customising the CatalogZone class Why doesn't work DataFormatString for GridView.BoundField ? tie ENTER to a button? wrong TreeView node selected Heterogeneous objects and a GridView |
|||||||||||||||||||||||