Sending Parameter
- Add a button to the "ShowOrders" View and call it "Details"
- Add a
Click
handler to that button and in it call the new "ShowOrderDetails" Controller
private void button1_Click(object sender, ButtonClickEventArgs e)
{
new ShowOrderDetails().Run(_controller.Orders.OrderID);
}
- Run it and see that it works
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com