G
Guest
hello,
i'm writing a windows application in C#.
i have a dataGrid that takes data from dataset that connected to sql stored procedure, and i have few radio buttons.
i want that when ever the selected radio button chaged the data in the the datagrid will change also.
i replaced the dataMemeber and the dataSource but what i get is a child table and i want that the data i get will be in the parent table.
how can i clear the parent table and put new data init?
thank you all
i'm writing a windows application in C#.
i have a dataGrid that takes data from dataset that connected to sql stored procedure, and i have few radio buttons.
i want that when ever the selected radio button chaged the data in the the datagrid will change also.
i replaced the dataMemeber and the dataSource but what i get is a child table and i want that the data i get will be in the parent table.
how can i clear the parent table and put new data init?
thank you all