J
John
So I have run into a strange issue. I have a .aspx page
that contains a user control at the top of the page
{header) and 2 datagrids. In the first datagrid I allow the
user to click on a button that triggers the OnItemCommand.
When this command fires I add a new row to the second
datagrid with data from the first datagrid.
All this functionality works great before I add the
UserControl to the top of the page. The instant I add the
UserControl to the page it seems the OnItemCommand Event
fails to run. I can click on the button in the first
datagrid all day with no new row being inserted to the
second datagrid. Any ideas?
j
that contains a user control at the top of the page
{header) and 2 datagrids. In the first datagrid I allow the
user to click on a button that triggers the OnItemCommand.
When this command fires I add a new row to the second
datagrid with data from the first datagrid.
All this functionality works great before I add the
UserControl to the top of the page. The instant I add the
UserControl to the page it seems the OnItemCommand Event
fails to run. I can click on the button in the first
datagrid all day with no new row being inserted to the
second datagrid. Any ideas?
j