Validation

dsgreen57

Well-known member
Joined
Mar 31, 2003
Messages
66
I have a product entry form, which is used to enter an item into a DataGrid. The product entry form has a Warehouse and Product field.

I need to ensure the product is held within the database, I know how to validate a field against the database; the added complication I have to know the warehouse values and product value in order to validate the product.

How do I get both values; from the server event; the args parameter only seems to give me access to one field.

Many Thanks, Dave
 
I was being abit thick with this one..

I used FindControl("ControlName")..... to find both fields..
 
Back
Top