Hi,
how to check in div wether that value exist and throw an error message in that value exist on button click
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Dec 31, 2015, 2:45 AM
codebehind :
checkbox check_value =(checkbox).Findcontrol("chkname"):
In your button click.
If(check_value.checked){//do ur stuff}else{}
Manas MohapatraPosted Dec 31, 2015, 1:41 AM