Reteriving data from database
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi everyone please give me hint how i can do following: I have inserted data into database using textboxes and database gets updated. Each record contains 5 fields. When I submit data from textboxes I want next page appear and show data. But wait ......... i need each record as below Name: abc address: def street phone: 1234 email: a11111@gmail.com above is one record. I want to if i feed new data in form text boxes. This new page show block of data of each record (new at the top) as given above. Please guide me how can i do that ... if any article in this regard on code project please mention. Thank You.