I need assistance with a specific requirement. My Gridview has two columns:
Name of Model | Model Description | |
---|---|---|
Model A | Model A Description | Edit Update Cancel |
Model B | Model B Description | Edit Update Cancel |
Model C | Model C Description | Edit Update Cancel |
When a user clicks on the Edit link for Model C and then changes it to Model B, I want to show a warning when clicking on Update that Model B is already defined. Any help would be appreciated. Just to let you know, both txtModelName
and txtModelDesc
are template fields.