Showing posts with label VisualForce. Show all posts
Showing posts with label VisualForce. Show all posts

Thursday, March 29, 2012

Visual Force

Definition: Visualforce is a new markup language from salesforce,by using which we can render the standard styles of salesfroce.we can still use html here in visualforce.Each visualfroce tag always begins with Apex namespace.All the design part can be accomplished by the visualfroce and the business logic can be written in custom controllers associated with the page.