Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

176
Visualizações
Call Function From Code Behind In External JS without using ScriptManager or Ajax

I have this function from code behind (.aspx.cs):

public string GetData()
{
    string str = string.Format(@"SELECT * FROM DEPT.CATERGORY WHERE CAT in ('{0}') ", HfSearch.Value);
    DataTable dt = new DB().DBCat(str);
    return dt == null ? "[]" : JsonConvert.SerializeObject(dt);
}

On .aspx page, I retrive the json like this in the inline script:

rowData: <%= GetData() %>,

I have move the inline script to an external js file, but this above rowData: <%= GetData() %> is no longer working. How should I code it in the external file?

Tia!

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I found this link that that helped me with the answer to my question. Hope this saves others too for days of searching.

Using variables from server side code behind in functions in external JavaScript files

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda