Open window in New browser window
-
i want to open my control in new browser window currently i m using radwindow control but its not opening new browser window. below is sample code of mine
frmEntityMaster = new EntityMaster();
window.Content = frmEntityMaster;
window.show();please please let me know is it possible to open this in new window browser. because in silverlight we have only one aspx page where we used to load usercontrol that's why HtmlPage.Window.Navigate option is eliminated in mine case because i need not open another uri i have navigate in my applictation but with new browser window
Reasons are not Important but Results are Important. Swati Tripathi
-
i want to open my control in new browser window currently i m using radwindow control but its not opening new browser window. below is sample code of mine
frmEntityMaster = new EntityMaster();
window.Content = frmEntityMaster;
window.show();please please let me know is it possible to open this in new window browser. because in silverlight we have only one aspx page where we used to load usercontrol that's why HtmlPage.Window.Navigate option is eliminated in mine case because i need not open another uri i have navigate in my applictation but with new browser window
Reasons are not Important but Results are Important. Swati Tripathi
-
Did you check the rad controls website? You might find some documentation available there.
yes i did checked with rad controls website but i did not find anything
Reasons are not Important but Results are Important. Swati Tripathi