Validate the dataitems in the repeater,datalist control

sathishgforum

Newcomer
Joined
Aug 5, 2003
Messages
1
Hi Everybody

Question is, how to validate the item that are binded in the repeater,datalist control.

For Example,
Binded five items in the repeater control,among the five item one is containing NULL value.So in that place validate the <container.dataitem("fieldname")> .

if it is NULL jump to process1 else jump to process2.

If anyone knows or across this problem just send the solution.

Any help regd in this issue is highly grateful.

Cheers
GSK
 
There is a ItemDataBound event (or something similiar) place a routine in there to evaluate the values and conditions.
 
Back
Top