problem in excution of HTML Selection list unsing ASP
Hi to all!
I have tried following ASP code First to check which title has stored for a perticular member in member details Access database. and accroding to that option value will be selected when a perticular member browse or update his data. in database there are three types of Title: MR., DR. and blank/empty field.
But the problem is when the code find title DR. its displaying full data properly, but in the time of DR. title its excute If part as well as Else part together, so both value is displaying on the member details page.
on the other hand if I, put a another if claus to find out blank or empty value, that clause just not working.
if any one can find out what mistake i have made, please help me.
i have used same code patter for anothe selection list for 'Prefered Mailing Address' into this same ASP script, there are 3 IF caluses and last one Else. but its working perfectly for all 4 condition.
But it is not working in Title field. in Access database both filed property is same.