i have this code that i cant get to run it calls a server-side function i have in the script manager EnablePageMethods set to true so is there a reason that it wouldnt work
thanks for your help on this
| <script type="text/javascript"> |
| function RowSelected(sender, args) |
| { |
| var dataKeyValue = args.getDataKeyValue("Engineer"); |
| document.getElementById("txtEngineer").value = dataKeyValue; |
| } |
| </script> |
thanks for your help on this