G
Guest
hi,
i have a dataGrid and few radio buttons.
i want that each time the radio buttons change the dataGrid dataSource and
dataMember will change to.
i know how to change the dataMember but when i tried to make the dataSource
property to be the new dataSource (for example: if it was
dataGrid1.DataSource="a" when i pressed the radioButton i changed it to be
dataGrid1.DataSource="b") but what i'm getting is an empty table with a "+"
on it that when i press it i get my new table.
how can i get my new table without this + ?
thanks
i have a dataGrid and few radio buttons.
i want that each time the radio buttons change the dataGrid dataSource and
dataMember will change to.
i know how to change the dataMember but when i tried to make the dataSource
property to be the new dataSource (for example: if it was
dataGrid1.DataSource="a" when i pressed the radioButton i changed it to be
dataGrid1.DataSource="b") but what i'm getting is an empty table with a "+"
on it that when i press it i get my new table.
how can i get my new table without this + ?
thanks