J
Josh Harris
I am using the IBuySpy portal in c#. The problem I am having is in
nesting a second form within the page. The entire page is within one
form (for the user controls). I want to have a form that allows users
to search a phone list by entering a name, and clicking "submit".
This is extremely easy to do with a simple html form. This is not the
case with asp.net though, I cannot have an html form nested within the
main form for the page. This means that I have to create a user
control that has the form contained within it, make a post back to the
server and then redirect the user to the search result page. This is
a huge setback in my opinion, am I missing something? is there a
better way to handle this?
TIA
-Josh
nesting a second form within the page. The entire page is within one
form (for the user controls). I want to have a form that allows users
to search a phone list by entering a name, and clicking "submit".
This is extremely easy to do with a simple html form. This is not the
case with asp.net though, I cannot have an html form nested within the
main form for the page. This means that I have to create a user
control that has the form contained within it, make a post back to the
server and then redirect the user to the search result page. This is
a huge setback in my opinion, am I missing something? is there a
better way to handle this?
TIA
-Josh