I inherited a half baked Search app. It's basically form entry and retrieving data from a database.
The previous developer has built a subRoutine on a button click to build a grid for the returned data. I have tried to place some very simple validation controls on the form and none of them are working. Do I need to build a separate subroutine for them? I tried a required field validation and a custom validation script which I found here http://www.codeproject.com/aspnet/MultipleFieldsValidator.asp#xx1441248 xx I have never seen this to be necessary with validation controls but I am a novice. Thanks Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNet2/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

