I am new to databinding in VS.NET 2005.

I remember I used to just select a UI control, then set it's databinding value on the text property and enter the field name to bind to, in VS.NET 2003



I am pretty much trying to do this in VS.NET 2005 but of course it has changed, I know for the better.

I have not set a dataadapter or dataset in the project, it only connects/executes queries or whatever within the code.

What I am wondering is if there is still a way to databind the controls the way it was done in VS.NET 2003?

I do not wish to have to create a connection "set"/dataadapter using the wizard on the databinding property of a UI control.

any ideas?



Thanks