views:

259

answers:

1

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

A: 

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.

Timothy Khouri