Adding run-time created
  • tags inbetween
      /ul> tags

    I want to create a custom control which will create a unordered list and fill it with list items of which will be created at run-time. Currently I am using the following logic:

    At my Default.aspx page:

                    
    0 utkuozan 1/13/2007 10:52:15 AM

    The main problem seems to be occuring at the adding control event.

      &
    tags are created but I do not have any control on them. The problem is solved by declaring it as a control object and assignbing the control addition to that object.

    1 - I have replaced

                    
    0 utkuozan 1/13/2007 12:17:11 PM
    Reply:

    (Thread closed)