Link to home
Start Free TrialLog in
Avatar of Ennio
Ennio

asked on

Multi form on the page

I would like to know what is the best way to have multiple forms on the page, I know we can only have one server side form, but I need to have one for a search, one for a login.

The problem is that I have one form on the top of the page, and the other is on the botton of the page., So what should I do, since I'm using tables to do the layout, I get my page all wrong, so can I open the form before I start my table?? or any other solution?
ASKER CERTIFIED SOLUTION
Avatar of BurntSky
BurntSky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Aaron Jabamani
Aaron Jabamani
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ennio
Ennio

ASKER

BurntSky  doing in your way, I get this error msg.

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30408: Method 'Public Sub call_lalaal(s As Object, e As System.EventArgs)' does not have the same signature as delegate 'Delegate Sub ImageClickEventHandler(sender As Object, e As System.Web.UI.ImageClickEventArgs)'.


Apeter,
So I create one IFrame for each form I need, and do I need to do something else? any command, I need to type?
Avatar of Ennio

ASKER

BurntSky, I got it, I had the wrong events ;)