Hi Alberto,
>> By my experience adding tabs to the WebForm take a lot to load,
Tabs are ok. They're not slower in themselves.
Lots of fields are ok, although obviously as the number of fields grows so does the time the page takes to transmit. but this is a relatively small performance hit.
Having "3 or 4 browses" on 7 tabs though translates to 20+ browses to load and display. And that will certainly take some significant time, both to read the in on the server side, and also to transmit all that data to the client.
So I think you are right to look at this and maybe consider other approaches so not all the data is loaded at once.
>> I'm thinking on use Buttons calling popup forms
Sounds like a good strategy.
>> but I know the popup forms are also included in the WebForm but not completed until you open it.
correct. The "popup container" is there on the parent form, but the contents are not populated. Which I think will gain the performance you are hoping for.
>> If popups were the best... instead of buttons can I add a menu to the webform?
hmm - good question. It's been a _long_ time since I added a menu to a form - but at least in concept it's possible - even if only as a netwebsource included on the form. that said a nice horizontal row of buttons would seem to me to be a nicer interface.
Cheers
Bruce