cast

  1. S

    Changing structure of an arraylist

    Hi all, thanks for any help in advance! I have created a Class Library (dll) with a module and a class in it. The module declares a structure, and an instance of this structure. In the class, there is an arraylist declared. My main program calls a function in the class library class. The...
  2. G

    Question Dynamically added control - cannot cast!

    Hi all, I have a very simple project in VS2005, containing one page (Default.aspx) and one user-control (SingleBox.ascx). I want to dynamically add the uc to the page, then cast it and set its properties. I wrapped both page and uc with the same namespace: Page: Namespace MyNameSpace...
Back
Top