Hi everyone!
I would like to ask for help on this.....
I have a database searching page in asp (paged_search.asp) that can search by (a) name or (b) gender.
When you search for example "A%", it will return Amanda and the rest of names which have A as the beginning letter for their names. They are in hyperlink. When you click that link (for instance the name of "Amanda"), you can view then the details of "Amanda"...like her GENDER, AGE, etc.
After displaying Amanda, here comes my dilemma....
When I try to search for another name or just even typed '%', it will not return anything.
Not unless if you go to another page and click again to paged_search.asp will I be able to search any name again.... bummer!!!
I think it has something to do with my include file "adovbs.inc"
I am still a newbie in asp and don't kinda understand much with the stuff inside adovbs.inc.
I cannot download zip/doc files so in case you wana c my code...please see attached .TXT file.
Hope you can help me!!
Thanks!