User Profile

Collapse

Profile Sidebar

Collapse
writeallnight
writeallnight
Last Activity: Nov 17 '08, 11:59 AM
Joined: Feb 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • writeallnight
    replied to c# ArrayList Question
    in .NET
    Thanks, I built a "Copy" constructor
    See more | Go to post

    Leave a comment:


  • writeallnight
    replied to c# ArrayList Question
    in .NET
    Doesn't work because my "custom" class/object does not have a method "clone"...
    See more | Go to post

    Leave a comment:


  • writeallnight
    replied to c# ArrayList Question
    in .NET
    Thanks, but how do I "clone the object" while add ing it?
    See more | Go to post

    Leave a comment:


  • writeallnight
    started a topic c# ArrayList Question
    in .NET

    c# ArrayList Question

    I can't seem to "disconnect " a "rebuilt" ArrayList of objects from it's source AL; I thought I understood the rules on copying AL Data objects vs. the "clone" Method (and it's simply being a reference to the original ArrayList). The code looks like:
    [code=cpp]
    ArrayList alTemp1 = new ArrayList();
    ArrayList alTemp2 = (ArrayList)Sess ion["AStandingSessi onAL"];
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 12 '08, 04:11 PM. Reason: added [code] tags

  • Mark,

    I just took an hour or so and re-wrote the binding code so that it only loads those DDLs which are actually used, and I am getting literally an order of magnitude faster redraws. The customer is so happy they can't see. Sometines it helps just to talk to someone...

    Thanks very much,

    Phil
    See more | Go to post

    Leave a comment:


  • Mark,

    Thanks for the response; and yes there are some ways I can "sidestep" the problem; the most obvious is that since the user doesn't always (for all instances/"uses" of the Page) use/need all 48 of the DDLs, I can wait to populate them until we know (from page postbacks) exactly how many of the 48 they will need; then populate just what they will need (however to some extent this will be the same problem; because...
    See more | Go to post

    Leave a comment:


  • ASP. NET HUGE pages resulting from common DropDownList controls problem

    I am working in ASP .NET 2.0 and have a Web application which requires many (48) DropDownList s which all need to show the same data list; and the list is like 400 items long. I have been working in the industry for many years and have no problem in building the data list from a DB, attaching it to all 48 controls, and having the app/page work OK, but (as you experts are no doubt saying) the page re-draw is painful and the size of the delivered...
    See more | Go to post
    Last edited by jhardman; Feb 22 '08, 12:32 AM. Reason: moved to .Net forum. ASP forum is for "classic" ASP
No activity results to display
Show More
Working...