How Can I show the query result in Html page as a html table??
Database
4
Posts
3
Posters
0
Views
1
Watching
-
I want to show 'select * from emp' query result in HTML page as table view (html table )..Is it possible..? If s how can i?
-
I want to show 'select * from emp' query result in HTML page as table view (html table )..Is it possible..? If s how can i?
-
If you are using ASP.NET, use one of the data-bound controls e.g. GridView.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
I'm using HTML page, not asp.net...so how can i get the info from aspx page to html page ???????????????
-
I'm using HTML page, not asp.net...so how can i get the info from aspx page to html page ???????????????
Can you use ASP.net? You may also want to consider a book on web development...