Displaying tables in a database by using HTML
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I want to display the tables in my database by using a HTML web page. This should be created when the user clicks the next button in a C#.NET form.
There are many data bound controls, from the Repeater ( which gives you full control ) to the GridView ( which does all sorts of stuff for you, if you ask it to ). Just make your table the data source of a data bound control, and call it's DataBind method.
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 )