I have 4 forms (almost similar with few diference) to take customer service requests. All those forms have similar validations. Now I am developing a website in asp.net 3.5 and I have very short time for delivering that. I want an approach whether to use Ajax tabcontrol with 4 tabs with 4 different usercontrols or single form and just give look and feel of tab.
I have 4 forms (almost similar with few diference) to take customer service requests.
Share
I use a single form object with this and just give it a tabular look. Works great.
I have several recent websites that I have taken this approach to.