Hi, I am developing a movie database project in ASP.NET , in that i want users to search a film by title of the film, i have included auto complete feature in that search text box, but if the user does'nt type the exact spell of the title for example if the user wrongly types the title figt club instead of Fight Club, i want to re direct to another page showing close matches of the titles starting with "fi" as hyperlinks with the film title based on the datas retrieved from the database.
How can i implement this feature, Please reply....