0

My dialoge box works fine on clicking a button. but control not going to click event in .cs page

Shodhan Huli
  • 53
  • 1
  • 2
  • 10

1 Answers1

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