Is there a way to prevent a user control from posting back? I'm generating dynamic content on the user control but whenever I postback on the parent form, naturally it's posting the user control. I'm dynamically manipulating treeview nodes client side in javascript.
I read somewhere that you could facilitate this with IFRAMES or a hidden frame, but not sure how to create this functionality.
Or maybe there is another method that will work.
I read somewhere that you could facilitate this with IFRAMES or a hidden frame, but not sure how to create this functionality.
Or maybe there is another method that will work.