How to empty datarepeater
Hey guys,
im trying to empty a datarepeater control because when the user selects the button twice it throws an error about double binding to the same control. anyone know how to do this properly?
i tried setting the datasouce to nothing and stating databindings.clear() but still didnt work :(
anyone know off hand?
Re: How to empty datarepeater
Can you show us the code that's causing the exception to be thrown? I'll wager that there's an issue with that code and what you're asking for would be a workaround rather than a solution.