I've seen ways to pass a variable from a user control to an aspx page. However I need to do the opposite. I am programming in VB.
Basically, I have a host form which has a datagrid. I want the user to select some items in the datagrid by clicking on the checkboxes, then I want the id of the item they selected to be passed on to the user control. I have a Delete hyperlink on the user control. When the user clicks on the Delete byperlink, the deletion of the selected item occurs based on the item's id on the host form.
thanks for any help in advance.
Basically, I have a host form which has a datagrid. I want the user to select some items in the datagrid by clicking on the checkboxes, then I want the id of the item they selected to be passed on to the user control. I have a Delete hyperlink on the user control. When the user clicks on the Delete byperlink, the deletion of the selected item occurs based on the item's id on the host form.
thanks for any help in advance.