You need to sign in to do that
Don't have an account?

How to display contacts detail in inputtext box format ?
I need to create a visualforce page to search for contact details of a person by name or bid number and I want to display the details of that person in inputtext box format instead of pageblockTable. If that contact doesnot exist then I should be able to save the details of the person through those inputtext boxes. How to automate this ?
You can implement below similar case,
Please mark this as the best answer if this helps
You didn't get my question. I want to design visualforce page.