|
-
May 30th, 2007, 07:16 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] When to fill drop down list values?
I have a bunch of drop down lists in my web app. a LOT actually. Each of them have different values (luckily stored in a reference table). I have some a strongly typed dataset that i can use to just call a method and fill those drop down lists pretty easily.
My question is: does it make more sense to create an ObjectDataSource for EACH dropdownlist, and fill it using the appropriate method from my strongly typed data access layer? Or to fill them using the same Methods in my vb code during the Page load event, which keeps me from having ALOT of different objectdatasources?
Does this even make sense? Which way seems more efficient?
Thanks!

In the unlikely event that I answer your question correctly, please Rate my post
Using Visual Studio 2005 Professional 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|