Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there any other alternative of usercontrol other than webpart and iframe?

I would like to use this in my asp.net application.
Posted
Updated 6-Jan-11 0:58am
v3
Comments
Sandesh M Patil 6-Jan-11 6:40am    
Why you need that? Instead of all these 3 controls usercontrol, webpart and iframe why you need 4th alternative. Any specific reason
madihanasim 6-Jan-11 7:38am    
actually i am creating a customize dashboard which user can customize as their own choices in our scenario performance is major issue...currently we are using usercontrols but is there any other better option or opinion which we can use, other than iframe because we are not interested in it as it involves some restrictions like browser's print print whats you see in the page including the iframe etc, is there any other way of doing this :s....
Sandeep Mewara 6-Jan-11 8:22am    
Elaborate your requirement/need. Why so?

1 solution

You can derive custom controls from System.Web.UI.Control and it's descendants

Often more efficient - but sometimes way more work. It depends on what you are doing.

Regards
Espen Harlinn
 
Share this answer
 
Comments
Espen Harlinn 6-Jan-11 8:27am    
This is how 3rd party component vendors like DevExpress, Telerik and others do it. Got a vote of 1!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900