B
Bliss
ok I am rather new to the .net framework. I come from a J2EE
background. I am not a java snob though =-) I happen to like both
platforms.
At any rate I came accross a simple problem that I was left unsure how
to handle. I need 2 forms on a aspx page. I know that this has been
addressed in length before however it seems to me that with all the
great things in .net there must be a good do this multiform behavior
when you run in to it.
What I ended up doing was puting a standard form in the aspx as well
as the server control form. While this solution worked it was less
then perfect. For one I could not use any of server validation
controls i.e. Regular expression validation. I had to submit the form
to another aspx page just to prcess the form. This is not good. It is
like Microsoft is saying. You can use this great View layer we have to
work with your forms, however if you have more then one form you have
to use old crappy hack job asp.
My question is this. Is there a standard solution to this issue? There
are many cases where you need more then one form on a page, did .NET
just not address this..
Thanks,
Brette
background. I am not a java snob though =-) I happen to like both
platforms.
At any rate I came accross a simple problem that I was left unsure how
to handle. I need 2 forms on a aspx page. I know that this has been
addressed in length before however it seems to me that with all the
great things in .net there must be a good do this multiform behavior
when you run in to it.
What I ended up doing was puting a standard form in the aspx as well
as the server control form. While this solution worked it was less
then perfect. For one I could not use any of server validation
controls i.e. Regular expression validation. I had to submit the form
to another aspx page just to prcess the form. This is not good. It is
like Microsoft is saying. You can use this great View layer we have to
work with your forms, however if you have more then one form you have
to use old crappy hack job asp.
My question is this. Is there a standard solution to this issue? There
are many cases where you need more then one form on a page, did .NET
just not address this..
Thanks,
Brette