Hai,
I want to make a temp table in vs 2005. i have few field in one form and a datagridview. i want to make a temp table where i can store my different data in the controls(textbox, combo box) data as a row of the temp table and the datasource of datagrid view will be the temp table. again when i will enter different data in the controls(textbox, combo box) then i will press button add_data then the data will add the temp table as another row that means there will 2 row and the gridview will show this datas in two row accordingly. how can i make a temp table without database.
please help me...