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
Post a Comment