This message was edited by omeri at 2004-11-26 9:40:47
Hi there,
You could use a datagrid to display the list of employee ids and employee names and include a check box next to each item on the datagrid. And you can handle the writing to the table in the button click event. Let me know if this helps otherwise I can try and post an example.
Good luck.
: hi all
:
: i have following problem and need help.
:
: Data is present in data base table. I have to read data from the table on runtime. Consider that this data consists of empid and emp name. Now i have to show the name of the emp in the web form on runtime and each name should contain a check box along with it. Users check or uncheck the checkbox associated with each name. Now when user presses the submit button then this data ( names and the checked check boxes) are to be stored in another table.
:
: Can some body help me in this regard.....
: