<script type="text/javascript">
function DoThings()
{
var txt = txtbox.value;
txt = /* passed info from code behind */
}
$(function() { var Tags=[ txt ]; $("txtbox2").autocomplete({source: Tags});});
</script>
但我想將它移動到頁面。即時通訊不知如何發送變量「TXT」到我的jQuery功能Javascript傳遞變量到Jquery
是你的問題,關於如何分配var txt值來服務器端變量? – deostroll