I have a master page that uses a custom control.
My control has a dropdown with account names, that when changed, I want to set the form action (of the master page) to say, account.aspx, along with the dropdown's value.
First page view is default.aspx (uses Master page, Master1.master).
I've created a hidden field in the control; the dropdown's onChange event sets the account name, but I want to set the action, and submit the form.
Make sense?
My control has a dropdown with account names, that when changed, I want to set the form action (of the master page) to say, account.aspx, along with the dropdown's value.
First page view is default.aspx (uses Master page, Master1.master).
I've created a hidden field in the control; the dropdown's onChange event sets the account name, but I want to set the action, and submit the form.
Make sense?