Raja

Raja

  • 534
  • 2k
  • 343.7k

on_Click Text box pop up inside the repeater how to do it?

Jan 9 2017 1:14 AM
i have bind the data table in to repeater.inside the repeater textbox are available.if the user click the textbox.That time open the popup and display the textbox value into pop up how to do it.?
 
 
I tried : below script
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
but the pop up display only first textbox of the repeater if click another textbox no pop up is display.

Answers (13)