This topic is locked

hide section on add page in asprunner pro 6.3

10/30/2012 4:33:17 PM
ASPRunnerPro General questions
R
rayjgraham author

i've read this topic http://www.asprunner.com/forums/topic/16586-how-to-show-hide-sections-dynamically/ which is specific to PHPRunner. how would i accomplish the same in ASPRunner pro 6.3?
I expect that the html modfications described on the visual editor page would be the same however the other instructions deal with PHP code and i'm not sure how to translate to asp code.
thanks,

Ray

R
rayjgraham author 10/30/2012

also forgot to ask what is a "foldable section"?
again thanks,

ray

R
rayjgraham author 10/30/2012

i've figured out what a "foldable section" is. still need to know about hiding section dynamicall in asp.

admin 10/30/2012

Here is the article in the manual that explains how to create folding sections:

http://xlinesoft.com/asprunnerpro/docs/add_folding_section.htm

R
rayjgraham author 10/31/2012

Sergey,
yes i found that article, i still need to know how to hide sections dynamically based on field values. as i stated in my first post I found an article that describes how this is done in phprunner. i need an example or guidance on how it's done in asprunner.
thanks,
Ray

admin 10/31/2012

There are two links to PHPRunner manual at the end of the article you quoting. You can check corresponding articles in ASPRunnerPro 6.3 manual to implement the same.
The main idea is to pass the data from ASP to Javascript as folding sections are controlled from Javascript.