R
rbutch
guys, ive got an application. that (when all is said and done)
have over 320 dropdown listboxes.
i was loading these dynamically at page.Load.
i.e. == cboR1.Items.Add("somecode") etc
would it be better to just hard code this in?
they all have the same info, they just populate different textBoxes.
thanks for any advice on this approach.
rik
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
have over 320 dropdown listboxes.
i was loading these dynamically at page.Load.
i.e. == cboR1.Items.Add("somecode") etc
would it be better to just hard code this in?
they all have the same info, they just populate different textBoxes.
thanks for any advice on this approach.
rik
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...