Guest book using Asp.Net
-
I am new to ASP.Net I have visual studio 2005 to be used as development tool. Can anyone guide me how to make a guest book that simply add a new guest and also we can view all the guest in grid view. What should I do ? Whether I should create a database? I should use disconnected connection? When should I update original database? Please guide me. Thank you.
-
I am new to ASP.Net I have visual studio 2005 to be used as development tool. Can anyone guide me how to make a guest book that simply add a new guest and also we can view all the guest in grid view. What should I do ? Whether I should create a database? I should use disconnected connection? When should I update original database? Please guide me. Thank you.
1 - obviously 2 - ADO.NET only allows a disconnected model, which makes sense 3 - When someone adds an entry
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )