TeaAddictedGeek
Programmer
It's been a while since I solved an issue like this and for the life of me I can't recall the steps I took.
Say you have two forms on a page, one that contains a dynamic menu control and the other which contains a series of fields to be submitted and processed on the server side to be sent to a database. Unfortunately the menu control requires the runat="server" tag so I cannot put the tag on the second form.
I seem to recall a way to induce a PostBack via a submit button, but Google is failing me. Does anyone know of any good workarounds for this sort of problem?
Thanks!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum
Say you have two forms on a page, one that contains a dynamic menu control and the other which contains a series of fields to be submitted and processed on the server side to be sent to a database. Unfortunately the menu control requires the runat="server" tag so I cannot put the tag on the second form.
I seem to recall a way to induce a PostBack via a submit button, but Google is failing me. Does anyone know of any good workarounds for this sort of problem?
Thanks!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum