Multiple windows in one page c# asp.net -


im trying page similar http://www.manuliferetirement.sg/calculator.html on c# asp.net page. possible put multiple smaller pages/section , allow me click next go next section c# asp.net?

why yes! inspecting html code of website, merely had steps laid out in own respective divs, , changed css styling of each div display: none display: block show them, , opposite hide them. try right-clicking webpage , selecting "inspect element", try going through steps. should make clear.

if want this, you'd need bit of javascript knowledge, doable on asp.net.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -