Guys There is a .aspx page in sharepoint in which i have a login contorl used for fba
When i compile and run this page in browser it dynamically converted into table
and then it is affecting the applied css.Â
So , what can be the way either to remove it completely using css , javascript whatever
so that no styling is made of table and trs
I have tried to make it as a template too and used renderoutputtable=false
nothing helping.
Hmm, so this is really just me guessing and a hack, but what about putting end cell, row and table tags right before your code? So if it would hopefully end the table before what you want to see shows up. This would leave the original table closings still there but I don’t think that would matter, I have seen many internet pages still load with extra HTML table code on them.
I don’t know .net well enough to answer why it is putting the table there unless it is just part of the control you are using.