TabStrip control and Form

  • Thread starter Thread starter Yatin Bhuta
  • Start date Start date
Y

Yatin Bhuta

Hi,

I am using a tab strip control on a web page. One of the tabs has a user
control, which has a form with a submit button on it.

If I want to create another form on another tab of the same tab strip
control then, it gives me an error message that only one form can be
created.

I want to create another form with a submit button so that form can be
posted back to the server. Can anyone help me with this?

Thanks

Yatin
 
Hi,

ASPX page can contain just one server side Form.
You can use the existing Form to send just the current tab controls by
using javascript. Alternetivly you can add regular Forms (without
runat=server) as much as you want

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
Back
Top