filtering by DataView and Default value if null or empty string fo

G

Guest

Hi all,

I'm developer that use VB .NET to develop my application.

After I get all data from database and fill those data to dataset object and
then I use dataview to filter and bind data with controls on my Form. In the
database table consist of default value and general value that represent
different language depends on user select. The default value always has
complete value but general value may not (null or empty). I want to use
default value when I filter the general value and found the null or empty
value.

Can anyone give me the solution to solve them?

P.S.
Please tell me if you need more information.

Cheers,
KPH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top