Hi All,
I need to perform server side validation using if condition
My view page consists of form page where the data entered in the fields must be validated if its present in the database or not
User may input in anyy of the fields ,May be one or all.Am using multiple table to reteive data using Joins
Once the user inputs valid input in any of the fields all the respective values of the particular value must be displayed
Please provide me a relevant linq query its really urgent
Thanks
I need to perform server side validation using if condition
My view page consists of form page where the data entered in the fields must be validated if its present in the database or not
User may input in anyy of the fields ,May be one or all.Am using multiple table to reteive data using Joins
Once the user inputs valid input in any of the fields all the respective values of the particular value must be displayed
Please provide me a relevant linq query its really urgent
Thanks
Comment