hi.
i have a page where you enter last name and first name and the page gets the data from oracle table and displays any last name that matches using a few first letters of the name. however, if they leave the first name blank, it still fetches all the matches based on last name. now, here's the strange part:
if the number of rows is 2 or 3, or 10 or 15 there's no problem
but, if the number of rows are, let's say 50 or 60, then the repeater control malfunctions and the data values are set to null, which the repeater control doesn't like.
any suggestions would be greatly appreciated.
thanks.
i have a page where you enter last name and first name and the page gets the data from oracle table and displays any last name that matches using a few first letters of the name. however, if they leave the first name blank, it still fetches all the matches based on last name. now, here's the strange part:
if the number of rows is 2 or 3, or 10 or 15 there's no problem
but, if the number of rows are, let's say 50 or 60, then the repeater control malfunctions and the data values are set to null, which the repeater control doesn't like.
any suggestions would be greatly appreciated.
thanks.