I wish to use or create a Tab Strip control for an Intranet application, like what you would use when developing a Windows Application.
I need this to behave just like a Tab Strip, so that the user can select between different tabs, all on one page.
However, when the user moves from one tab to another, I would like some way of then asking the user if they want to save changes before changing tab. I would guess this would be done via some form of event being raised??
There will be a SAVE button at the bottom of the screen that will result in code being called to save data from ALL the tabs, not the just the current visible one.
Is this easily achievable with asp.net 2.0 and Visual Studio 2005?
Would it be easier with Visual Studio 2008 and .net 3.5?
Would it be easier using ASP.Net AJAX?
What if I cannot use AJAX for this?
Are there any 3rd party products available that would do this job well and meet my needs?
Any help much appreciated.
Thanks,
Darren