or

ASPX: <cc1:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" AutoSize="true" CenterIfModal="true" Modal="true"> </cc1:RadWindowManager>C#:RadWindowManager1.RadAlert("You have Updated the item successfully!", 250, 150, "", "", "");
if i click on "ok" button in radalert it will redirect to some other page like
Response.Redirect("ItemDetails.aspx?ItemID={0}", intItemId);