asp.net - How to get the data from MysqlDataReader in C# into a .html file -


i have created empty website in visual studio 2012. have created class mysql data connection have written code establishing connection , query string.. there index.html file in have display database table data. how this?

please provide sample above scenario.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -

matlab - How to equate a structure array to structure array -