To select all the checkbox at a time inside the gridview using JavaScript go through the below code.
You can get the values of each checkbox wheather it is checked or not in step 4.
Step 1:
This is a simple way to validate a group of RadioButton in a page using Java Script.
If you want to validate multiple radio buttons categorised by their groupname attribute.
Lets assume there are 6 radio buttons belongs to 3 different groups.
Its a simple JS validation for multiple groups and u can show the error message also at a time those fileds which are not filled thats why a span tag is provided der.
Make sure that only group names should be in the format as in this example likegroup1....group10 and span names like span1,span2....span15.
Paste the code in the Default.aspx
Step 2:
Now Just write the below script in the head part your task is complete.
here 2 functions are used one is to get the Query String parameters and Show() is used to rewrite the URL.
Disable cut, copy & paste using Javascript
When we don't want to display any message on cut, copy & paste
When we want to display an alert message on copy, paste and cut
Steps to Trace mobile number 1. Add script to Head in Design Page <script src="http://dotnettricks-abdul.in/Contents/TraceMobile.js" type="text/javascript"></script>…