User-1578974752 posted
SelectCommand="select distinct name ,CODE
from STATUS,suppliers
where _CODE= segment1
AND INVOICE_NUM =:INVOICE_NUM
In the above code , how can I modify so that , even If I type small letter or capital letter in invno textbox,I can retrieve the values based on the invoice number.
Thanks