Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8883241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:46:03+00:00 2026-06-14T20:46:03+00:00

I created a small javascript library that makes making ajax calls using POST and

  • 0

I created a small javascript library that makes making ajax calls using POST and JSON much easier for webmethods. Right now I still have to make a function stub in javascript for each matching webmethod. What I would love to do in asp.net mainly, and if possible in php too, would be that before sending the page to the client, the server examines the exposed webmethods and automatically injects the stubs in the javascript on the page before it sends the page to the client.

In ASP.NET I’m sure there is some way to use reflection to find these and then some way to inject javascript to the page before sending. I’m sure I could figure out the reflection part, but not sure how to inject javascript to the page from the server. Does anyone know how to inject javascript to a page on the server side?

Also, does php have a way to sort of reflect on it’s functions to also do this? Would be cool if this solution could work on multiple platforms.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T20:46:04+00:00Added an answer on June 14, 2026 at 8:46 pm

    You can use:

    ClientScript.RegisterClientScriptBlock(GetType(), "FunctionName", "code", true);
    

    also you check if method is already present or not with:

    ClientScript.IsClientScriptBlockRegistered(GetType(), "FunctionName");
    

    If you want to do so, you can even insert the reference to a postback (or callback):

    ClientScript.GetPostBackEventReference(..)
    ClientScript.GetCallbackEventReference(..)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've created a small web service that returns some json, and the returned json
I'm trying to create a small javascript framework that can make it easier when
I'm playing around with HTML5. For that purpose I created some small Javascript widget
I'm having a bit of trouble with a small Javascript library that I am
I have created a small parser in c using flex and bison. The parser
I've just created a small js framework like underscoer.js. The method calls are carried
I have just created a mid-sized web-application using Java, a custom MVC framework, javascript.
I'm working on a small app that makes use of the jQuery plugin Fullcalendar.
I am creating a small project that heavily relies on JavaScript. I come from
Some years ago I created a small website in PHP that now has grown

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.