PDA

View Full Version : OnClick event for Table or List...


script_kiddy
11-14-2005, 01:37 PM
Hi*!
In my web-application, I have to display some results from Database. The the data returned has ONE to N relationship e.g for example an USER_ID, can have N ALIASES or N TELEPHONE_NUMBERS. So I am thinking of displaying the unique element i.e. USER_ID in a a select able list (or a table), and when the user selects a row from the list/table, I should then fetch new data from the database and fill into a new Text box (for ALIASES to viewed/editied). My problem is
How can i get notified when the user selectes a ROW from the table (or may be there can be another Ctrl better suited for this, please let me know)???? And I can't use java-script for the notification.
Thanks for your time.

whizard
11-14-2005, 06:36 PM
Hi! Welcome to codingforums.com! It sounds like the question you are asking is somewhat beyond the scope of the HTML/CSS forum. You will need to use a Server-Side programming language such as ASP or PHP to accomplish what you want to do. (If you are already using one, or would like to find out how to use one, you can repost this in the correct forum and get help there)

Thanks, Dan