1. I would like to know how do I set some values to the
placeholder through clint side script, in EDIT mode.
2. By the time of saving the content from the EDIT mode,
is there a way to access values entered in the HTML
elements also.
Thanks in advance.
Krish
>2. By the time of saving the content from the EDIT mode,
>is there a way to access values entered in the HTML
>elements also.
==
values can be accessed from placeholders as text or html
format.
e.g.
Placeholders.Item("nameoftheplaceholder").text and
Placeholders.Item("nameoftheplaceholder").html
hope it helps
Thanks
Krish
>.
>