function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lakshman.mattilakshman.matti 

Regarding VF page creation

i want build a build vf page.that contains 3 columns..

it contains multuple rows..all are picklist values.if i select a value from country pick list associcted state picklist only showed in the state picklist field.and then id i select state from picklist i have to show only associted citeis in city picklist filed.

can some one give idea's to create this page

 

Thanks in advance

 

 

Vinita_SFDCVinita_SFDC

Hello,

 

You can use attributes "Column=3" and "row=20" for defining column and row in your VF page.

 

For examples refer following guide:  http://www.salesforce.com/us/developer/docs/pages/

lakshman.mattilakshman.matti

i didn't understand ur answer....

ShahTheTrainerShahTheTrainer

Could you tell me about the fields. country, state, city are in the same object? or difference objects with lookup/master-details relationship?

 

If you can tell me, I shall pass SOQL query, controller logic, vf components to you.