Does anyone have any techniques for listing SQL rows in an HTML table using ASP.NET and Javascript in conjunction?
Actual code would be really nice...
Does anyone have any techniques for listing SQL rows in an HTML table using ASP.NET and Javascript in conjunction? Actual code would be really nice... |
|||
|
Questions on Code Review Stack Exchange are expected to relate to code review request within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here.If this question can be reworded to fit the rules in the help center, please edit the question.
Javascript won't help you get the data into the page. You could use either a |
|||
|