I have a JavaScript function func1() and a service form(service.aspx) with method central().
The module has the following workflow:
1) func1() is called to perform a check.
2) Central() is called and some data is loaded
3) Data is validated and then displayed.
The problem: In method central(), I want to check if func1() was invoked or not. How do I do this?
func1()service classis misleading here. Guess you have normal form withcentral()page method in code behind. Do you callcentral()from JavaScript (say from withinfunc1())?centralat the moment?