Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32088

Open radwindow of a UserControl on button click without post

$
0
0
 Hi,
I have a button which on click has to oepn rad window of usercontrol without post back or
Can i display user control's content in radWindow of aspx page from clientSide. I tried this code
        function ShowDetails() {
var oWindow =  $find("ShowDetailsWindow");
         var oWindow = radopen("~/UserControls/usercntrl.ascx", "ShowDetailsWindow");
}


but not working

Viewing all articles
Browse latest Browse all 32088

Trending Articles