i am new in dotnet,
i am working on a new windows application in C#
i am creating a dataset on the form load event
and i want to bound a textfield with a column exists in this dataset.
and also i want to handle null values to avoid error
how can i do this.
and also is databinding is a good approach or should i go for option where i write funtion which will set and get values in to textfield
Start Free Trial