function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Vf code <apex:commandButton action="{!Move}" value="Next VF page"/> controller code: public PageReference Move() { PageReference Page = new PageReference('/apex/vfname'); Page.setRedirect(true); return Page; }
Hope this is help u...
All Answers
Hope this is help u...
please help me