If a user checks the IsStudent checkbox then the web resource is displayed if he unchecks the checkbox the web resource is not displayed i.e setvisible(false)
this is implemented on change of IsStudent checkbox
I have a situation when form is on edit mode and when checbox is checked and unchecked the web resource is not displayed.
the OnChange eventfires but web resource is not displayed.
When i analysed the html output i found out that the iframe for web resource contains src="/_static/blank.htm"
Why is it so that the src for web resource is set as blank.htm?
when the form is on new mode this scenario doesnt appear..