Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a nested Gridview, in my child Grid Footer template i have a DDL & TextBox and LinkButton.

My DDL having material's and i choose the material based on selction and in my textBox i entered Quantity for selected material and click on LinkButton then that details to be added into my ChildGrid DataRow.


Now, my question is if i'm select Material and without enter Quantity then i click on Button means i want to show "*" it means mandatory to enter value against to selection...

For that i'm using required field validator, but for each and every parent grid row it's showing the required..

But my parent grid having 10 rows , when i use required field in each and every row it showing "*", but i want to show only row0 of the parent....

Is it possible to fetch the unique value of Requiredfield validator.
If it's possible then please give some suggestion's to achieve this..


How to do this can anyone help me to resolve this issue....
Posted
Updated 7-Feb-13 23:27pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900