[CLOSED] Problem on dynamic load user control

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Problem on dynamic load user control

    Hi,
    my project needs to load dinamically user controls from file and add it to a panel depending from wich toolbar button is clicked; my application scenario need to do it in the OnInit even of the page (and not in the single Button's click event); then i need to do something in the Page_Load of the specific user control.
    In this scenario the "bug" is that if you want to (for example) change the text value of a TextField that is inside the usercontrol during the page load event, it doesn't work!
    During the debugging it seems to do works correctly, but the rendered output is "blank text".
    The same action done on a classic textbox .NET works intead correctly.
    I've prepared an example project, but the upload mechanism fails!How can i send you the complete project?

    Thanks in advance
    Last edited by Daniil; Dec 29, 2011 at 1:37 PM. Reason: [CLOSED]

Similar Threads

  1. How to load dynamic user controls on desktop shortcut?
    By laphuynhkien in forum 2.x Help
    Replies: 4
    Last Post: Aug 23, 2012, 5:58 PM
  2. Replies: 2
    Last Post: Feb 06, 2012, 9:06 AM
  3. [CLOSED] Dynamic loaded user control height problem
    By Suntico in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 27, 2011, 8:54 AM
  4. how to load user control ondemand.
    By Satyanarayana murthy in forum 1.x Help
    Replies: 2
    Last Post: Jun 17, 2010, 7:40 AM
  5. [CLOSED] Dynamic load user controls in Opera
    By Timur.Akhmerov in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: May 06, 2010, 2:49 AM

Posting Permissions