Click to See Complete Forum and Search --> : store Data In DataGrid without using any database
laxmipc123
February 25th, 2007, 10:45 PM
I have i datagrid and 1 text box and 1 submit button.i put some text n text box and when click on submit button textbox value is add in datagrid.on everyclick the data is add in datagrid new row.how we do this?
mcmcom
February 28th, 2007, 09:50 AM
build a DataSet in codebehind. Store it in a session variable and use that DataSet as your datasource for the DataGrid. That way it is just around for the life of the session and will not use a database.
hth,
mcm
srinika
February 28th, 2007, 09:50 AM
What language u want to use VB.Net or C# ?
What is ur purpose ? U can add to a list (rather than a datagrid, very easily)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.