some body help me.I want to know how to put the dropdown list from database at my textbox cursor.
full problem definition is like this.
I want to create a Hint system for SQL which will give the structure of of Query. for example if user enters trigger he will get drop down list of all possible structure of trigger.which I will collect from cache memory.
same if user gives select * from (drop down of user table).
now how get this drop down at that location which also should valid if I click by mouse pointer.
If also solutions with as application are also welcome.
Thanks in advance.