Hello Friends,
I am currently working on a web application project internally.
Requirements are something like this:
- There will be 4 categories: Assume Cat1, Cat2, Cat3 & Cat4.
- Based on selection of above categories, respective webform will appear. This means each categories will have their own webforms.
- Form details should come through an XML data.
- Upon submitting form, Based on some calculation, the output will be displayed and output will also be stored in Database for after retrieval basis.
I would like to do this in AJAX ASP.NET on a MVC based. I know basic of MVC ASP.NET stuff and new to AJAX based in ASP.NET
Can anyone guide me where to start or any documentation which could help me achieve the above solution?
Thanks, Shashank