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.
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.