Hi,
I have Radwindow Manager in page, Radwindow1 is opened if a condition is met on server side . User closes this window by clicking "Save" / "Cancel" Button . If "Save" button is clicked, information is processed on the server and Radwindow1 is closed.
Logic is:
If(condition1)
{
Create a new Radwindow and add it to Radwindow Manager
Open RadWindow1
}
SaveButton_Click( ....)
{
.......................
close RadWindow.....
}
Any idea?
Thanks
Prava
I have Radwindow Manager in page, Radwindow1 is opened if a condition is met on server side . User closes this window by clicking "Save" / "Cancel" Button . If "Save" button is clicked, information is processed on the server and Radwindow1 is closed.
Logic is:
If(condition1)
{
Create a new Radwindow and add it to Radwindow Manager
Open RadWindow1
}
SaveButton_Click( ....)
{
.......................
close RadWindow.....
}
Any idea?
Thanks
Prava