All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TabStrip
/
bout radpageview
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
3 posts, 0 answers
Webster Velasco
115 posts
Member since:
Nov 2009
Posted 22 Jan 2010
Link to this post
hi
how can i load a .ascx file in my radpageview?..
im want to load a usercontrol on a specific radpageview only when i click the corrispondent tab or when i call the radpageview w/ a button..
im making a wizard project but my case is that my radstriptab are not created programmatically
thanks in advance
regards webtser
Poul Henningsen
194 posts
Member since:
May 2006
Posted 22 Jan 2010
Link to this post
I think
this demo
is just for you.
Cheers,
Poul
Webster Velasco
115 posts
Member since:
Nov 2009
Posted 25 Jan 2010
Link to this post
actually my radtabtrip and multiple page arent created programtically...
i want to do something like this:
rmpProgrammaAnnuale.PageViews(rmpProgrammaAnnuale.SelectedIndex + 1).Page.LoadControl("UserControls\CentriAziendaliPal.ascx")
but it doesnt work
Back to Top
Close