Forums

This topic is locked

Need help with datagrid. I am new in ASP.NET VB

Posted 26 Nov 2003 20:39:19
1
has voted
26 Nov 2003 20:39:19 Sokac / posted:
Need help with datagrid. I am new in ASP.NET VB
I have two datasets(data & menu) and one datagrid.
In datagrid I have values from one data-dataset.
In edit mode is everything OK.
I have column with numbers which are related to values from another dataset.
There I have dropdown list so that I can choose value from another dataset.

In normal mode I have number. Instead value from another dataset
Don’t know how to view values from another dataset depend on number in this column.

Replies

Replied 28 Nov 2003 08:58:45
28 Nov 2003 08:58:45 Nozomi Kugita replied:
Maybe you need to create a single dataset from 2 database tables, instead of 2 sperate datasets. Using the dataset, you should be able to create a datagrid, with values from both tables displayed in datagrid dialog box.

- Noz

Reply to this topic