views:

8

answers:

0

I'm running into a weird issue. I'm using a repeater to render a list of products. On initial page load, my repeater renders as a <div>.

After I postback (via jQuery), it comes back as a <table>.

Is there some way I can prevent it from coming back as a <table>? As you can imagine, we run into style and selector issues when it comes back as a <table>.

I tried posting screenshots of the markup in FireBug, but I need to earn more reputation points before being able to do so.