B
bryan
Hi all,
I am working on a .net 2.0 web app.
On page load I display a gridview with a drop down list (Employees),
when the user selects from the drop down list, the grid view is filled
with the dates the employees are working.
I then want to push a button that adds a new column to the gridview, a
new Employees drop down list appears, and again the user selects the
employee from the list, this persons working dates are show...i then
want to pust the button again and display a new column...etc
How do I implement this functionality.
I have been looking at adding coulumns dynamically and have managed to
generate the gridview dynamically, but this has not brought me much
closer to an answer.
Thanks,
Bryan
I am working on a .net 2.0 web app.
On page load I display a gridview with a drop down list (Employees),
when the user selects from the drop down list, the grid view is filled
with the dates the employees are working.
I then want to push a button that adds a new column to the gridview, a
new Employees drop down list appears, and again the user selects the
employee from the list, this persons working dates are show...i then
want to pust the button again and display a new column...etc
How do I implement this functionality.
I have been looking at adding coulumns dynamically and have managed to
generate the gridview dynamically, but this has not brought me much
closer to an answer.
Thanks,
Bryan