.net databound lists
- by d daly
Hi,
Is there any way around this?
I have a few dropdown lists bound to lookup tables in sql server.
some old records imported from a previos version of the system wont open due to data in these fields not matching the current dropdown data.
Other than adding the old data to the lookup table (which I dont want to do) is there a way around this?
Thanks
DD