blah blah blah is here! blah blah » Close

0
votes
1 answers

Filter a DataView on multiple values from an arrayList or table?

My dataView has three columns: department_id, department, and employee_id I filter the dataView on a selected department from a dropdownlist. Now, I have Employees as the parent to department. One employee can work for more than one depar ...

0
votes
1 answers

Parent / Child DataView filtering - urgent!

Hi! I have company as my parent table in my dataset and then employees in my child table. I have created a datarelation between the tables. I have a nested datagrid company - and then all the belonging employees. I have a dropdownList whe ...

0
votes
1 answers

nesting datagrids

Hi How can I nest DataGrids into two different columns in the master DataGrid? In the MasterGrid I have one column with employees - then I have one column with a Datagrid for what departments each employee works for. In the next column I ...

0
votes
1 answers

convert from VB to C# - help!

How do I write this code in C# <pre> Sub BindOrderItemsGrid(sender As Object, e As DataGridItemEventArgs) ' see what type of row (header, footer, item, etc.) caused the event Dim oType As ListItemType = CType(e.Item.ItemType, Li ...

0
votes
1 answers

DataSet &amp; Relations - relation is not parented to the table ?

Error massage System.ArgumentException: The relation is not parented to the table to which this DataView points. Method for filling the dataset + relation: <pre> private void FillRoomDataSet(string offId, string roomId) { ...

Feedback