Data fetch and show in runtime [modified]
-
I am entered some data through textboxes, i am not saving records in database atfirst we want to show data in like Grid or datatable etc.. after looking data we click on save then it will save,how we will do it. plz tell me some code related this i ve no idea????????? thanks and regards vivek sachan
modified on Saturday, September 26, 2009 1:06 AM
-
I am entered some data through textboxes, i am not saving records in database atfirst we want to show data in like Grid or datatable etc.. after looking data we click on save then it will save,how we will do it. plz tell me some code related this i ve no idea????????? thanks and regards vivek sachan
modified on Saturday, September 26, 2009 1:06 AM
Fill data from textboxes in a DataTable and assign that DataTable to Grid. :)
-
I am entered some data through textboxes, i am not saving records in database atfirst we want to show data in like Grid or datatable etc.. after looking data we click on save then it will save,how we will do it. plz tell me some code related this i ve no idea????????? thanks and regards vivek sachan
modified on Saturday, September 26, 2009 1:06 AM
-
I am entered some data through textboxes, i am not saving records in database atfirst we want to show data in like Grid or datatable etc.. after looking data we click on save then it will save,how we will do it. plz tell me some code related this i ve no idea????????? thanks and regards vivek sachan
modified on Saturday, September 26, 2009 1:06 AM
rummer wrote:
I am entered some data through textboxes, i am not saving records in database atfirst we want to show data in like Grid or datatable etc.. after looking data we click on save then it will save,how we will do it.
Use ArrayList or DataTable for that.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.