My dialoge box works fine on clicking a button. but control not going to click event in .cs page
Asked
Active
Viewed 66 times
1 Answers
0
Without seeing your code its impossible to give solution, Nonetheless you can try this:
$(document).on('click', '#id/class-ofcontrol', function(){
//-----code stuff here---------//
});

Jai
- 74,255
- 12
- 74
- 103