I have a problem I have no idea how to solve. I have a user control wrapped inside update panel which works fine, but when I set userControl.Visible = false AJAX response containts which generates empty lines in IE 7 and 6. As you can imagine this accupy a lot of space when I have 30 hidden user controls. What should I do to prevent to be sent with response?
I have a problem I have no idea how to solve. I have a
Share
It seems like this is how ASP.Net is designed. I had to add modify my source to use style=”display: none” on invisible controls to prevent blank spaces to appear on the page.