I'm using VS 2003, and my problem detail is, I bind data to a set of controls e.g. Text Box, Combo Box...
But I don't want the first record to appear on the controls upon opening of the form, and I want to initialize my controls with blank/null values instead.

is there any possible way to do it than setting the "text" property of each and every control one by one?

Please help me.. Thank you so much.