Setting onchange event for CheckBoxList using the following code doesn't work.
chkListUserGroup.Attributes.Add("onchange", "document.forms[0].isRecordModified.value='true';");
How to set onchange event for CheckBoxList?
|
|
Setting onchange event for CheckBoxList using the following code doesn't work.
How to set onchange event for CheckBoxList?
|
||||||
|
|
|
Well actually it should be working. Because I write something in my code and it worked. It seems you need to check your javascript code by simply changing it with alert('hello');
This is my simple code and it is working. |
||||||||||
|
|
|
Use onclick event,
|
||
|
|