First let me specify my environment, am using the ASP.net AJAX Q1 2011 35 controls in VS2010 with VB.net.
In my application I have a button in a RadGrid that when clicked will display a RadWindow to all for some user input which will then be used back on the main page, and I am doing all of this with server-side code. The first time I push the button and change the visible property of the RadWindow to true it displays correctly and allows for the input that I need. The user pushes the Close button on the form which runs more server-side code which set the visible property of the RadWindow to false. The next time the user presses the button the RadWindow displays but all of the skin items are missing. It's just a basic white box, with my controls in it. How can I make the RadWindow look the same after the first time it is shown?
Thanks.
In my application I have a button in a RadGrid that when clicked will display a RadWindow to all for some user input which will then be used back on the main page, and I am doing all of this with server-side code. The first time I push the button and change the visible property of the RadWindow to true it displays correctly and allows for the input that I need. The user pushes the Close button on the form which runs more server-side code which set the visible property of the RadWindow to false. The next time the user presses the button the RadWindow displays but all of the skin items are missing. It's just a basic white box, with my controls in it. How can I make the RadWindow look the same after the first time it is shown?
Thanks.