User Profile
Collapse
-
Thanks, I built a "Copy" constructor -
Doesn't work because my "custom" class/object does not have a method "clone"...Leave a comment:
-
-
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"];
... -
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,
PhilLeave 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...Leave a comment:
-
writeallnight started a topic ASP. NET HUGE pages resulting from common DropDownList controls problemin .NETASP. 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...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
Leave a comment: