Working with ASP.NET

Working with ASP.NET

ajp76054ajp76054 Posts: 1Questions: 0Answers: 0
edited June 2012 in General
So the company I work for refuse not to user asp.net which has cause so many different work arounds for making things work properly thanks to Microsofts philosophy of making its own web standards. So to the point here I had created a table and user the dataTables plugin and it worked great. Until they changed the table into a asp:table.

Issue: dataTable breaks and console will say k is undefined.

Now I figured out that asp:table does not support it places everything inside the . Please if anyone knows of a better work around please let me know.

Solution: After the asp:table is closed I did a script $('#tableName').prepend('');

Hope this helps others who are forced to go down this route.
This discussion has been closed.