onclientclick - asp repeater itemcommand not working on second click -
I have a repeater that I bind data using the bind method from the database. An asp: A button with an onclientclick and onclick event, I open a new window in OnClientClick and onclick I am adding data to the database. It works perfectly on first page load. After the first click on any button in the repeater, the events that occur click to stop working on subsequent clicks. I have to spend hours finding a solution, anyone can guide me where I am getting wrong, which I need to do. PS: My application is AJAX enabled, using WCF and JQUERY Thanks & amp; Regards, Phanie ... Never mind, I solved this myself, for other people who Trying to solve the same problem, here's the solution: A new window opens, with the code below blocking the window with a popup blocker < P> Click on the button OnClientClick to open a new window, JavaScript and parent windows refresh (like Fan ...
Comments
Post a Comment