I have a view control in my module that pulls an ID from the query string to determine which table row to display. This works fine. But I want the ability to edit that record with an edit control. I've implemented IActionable to display the edit control. But in the edit control, the query string ID is null. What is the preferred way to data (in this case, the row ID) from the view control to the edit control?
Thanks for your help! I can't wait for that module development book for a newbie like me!
AldenG