Hi! can anyone help me how to get the value of a textbox which is inside a table inside a tabcontainer?
Below is what I have so far but it doesn't work.
- $(document).ready(function () {
- $('#PolicyTxtBox').autocomplete({
- source: '/Handlers/TravelAssuranceHandler.ashx'
- });
- });

Nilesh PatilPosted Nov 7, 2017, 11:15 PM
Nilesh PatilPosted Nov 8, 2017, 1:08 AM
Jes SiePosted Nov 8, 2017, 1:06 AM
Jes SiePosted Nov 7, 2017, 11:11 PM