table asp
-
I would like to display the result of an SQL query in a table: asp.net, please I need your advice, thank you
-
I would like to display the result of an SQL query in a table: asp.net, please I need your advice, thank you
tek 2009 wrote:
please I need your advice
What advice do you need? What have you tried? 1. Get data in a table or dataset from SQL Query... 2. Create a table, columns needs. 3. Traverse the dataset row by row and add it to the table! Try it!
-
tek 2009 wrote:
please I need your advice
What advice do you need? What have you tried? 1. Get data in a table or dataset from SQL Query... 2. Create a table, columns needs. 3. Traverse the dataset row by row and add it to the table! Try it!
-
tek 2009 wrote:
I must respect what is asked
What? You do realize an ASP.NET GridView is rendered as a table right?
I know the language. I've read a book. - _Madmatt
-
tek 2009 wrote:
I must respect what is asked
What? You do realize an ASP.NET GridView is rendered as a table right?
I know the language. I've read a book. - _Madmatt
-
and how can I do this?? what is required is to list the data in a control table: asp, but I failed to fill dynamically
Set the data you want to display as the Datasource for the gridview then use the Databind call. It's not overly complex. Reference for you to read. EDIT: Or use the Datasource control and bind to that but I don't like using that personally.
modified on Thursday, June 3, 2010 5:32 AM
-
I would like to display the result of an SQL query in a table: asp.net, please I need your advice, thank you
Well done. You've exhibited a staggering level of ineptitude and once again someone who is clearly incapable of searching for information themselves has got someone else to do the work for them. If you can't even find info on this well covered subject may I suggest that you try an alternative career.