This is a nice wrapper to create popups in your asp.net applications, but it has a problem; it caches it's contents automatically; it took me a while to figure it out, but you can solve that with a simple property:
radW:RadWindow
ID="WindowAttachFile"
runat="Server"
NavigateUrl="AttachFile.aspx"
ReloadOnShow="true"
Height="230px"
Width="410px" Modal="true"
7 comments:
I'm probably very biased since I'm the chief architect on Gaia, but I'd prefer Gaia.Window over Telerik window any day of the week :)
PS!
It's here:
http://ajaxwidgets.com/AllControlsSamples/Window.aspx
.t
looks very nice, but I can't move it, is there a parameter that allows you to drag the window around?
never mind, I found an example that allows me to move it around, looks good
Thanks Thanks!! Cheers!
Thank you
Thack you!!!
This cost me almost 3 days to solve.
Just what I was looking for. Thanks!
Post a Comment