Hi,
I have a button whose PostBackUrl should include a value from a dropdownlist
on the same page. Should I do that in the button's on click event? What
I'd like to end up with is a post back url that looks like the following:
PostBackUrl=som epage.aspx?para m=<valuewhere <valuecomes from the
currently selected item in the list.
Thanks,
Rob
I have a button whose PostBackUrl should include a value from a dropdownlist
on the same page. Should I do that in the button's on click event? What
I'd like to end up with is a post back url that looks like the following:
PostBackUrl=som epage.aspx?para m=<valuewhere <valuecomes from the
currently selected item in the list.
Thanks,
Rob
Comment