Can I set datasource properties using datacontrols?

In ASP.NET, in the form, I attached a DatGrid. But I cannot set datasource property using proprtylistbox. I always use codings to set that. Can I set datasource properties using datacontrols?
In order to assign that property visually, you must have a valid datasource component on the form. For example, you can drop a DataView or DataSet component from the Data tab, and you will see them in the Property Browser dropdown.

This was first published in June 2003