Skip to content Skip to sidebar Skip to footer

Set Web Part Personalizable Property From Javascript

I have defined a personalizable property on a web part and I would like to modify its value from JavaScript. Is it possible?

Solution 1:

You would have to use AJAX to send a message to the server. There's no way to set it from JavaScript without going to the server.

The AJAX could be as simple as a PageMethod call though.

Post a Comment for "Set Web Part Personalizable Property From Javascript"