Rank: Newbie Groups: Member
Joined: 6/14/2007 Posts: 1
|
Hi
Is there any way to set the dialog windows Width and Height at runtime?
Thanx
Shaun
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Shaun,
You can set it on server side but not on client side. On the server side you simply set the dialog's Width and Height property.
If you do need to change it on the client side, you can put into a CallbackPanel and then let the CallbackPanel to callback to the server side to change it.
Thanks
|