TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Samaira Sam
NA
6
14.3k
Open radwindow of a UserControl on button click without post
Nov 22 2013 4:53 AM
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
Reply
Answers (
1
)
Open radwindow of a UserControl on button click without post
binding google charts with database