Reading web.config from JavaScript
IS there any way that I can read config values in web.config with javascript ?
Why would I want to do that ?
IS there any way that I can read config values in web.config with javascript ?
Why would I want to do that ?
i am trying to call a web service through asp.net ajax by the following code
I’m trying to add a script reference to jQuery in my master page so that it will work for any page. It currently looks like this
When ASP.NET controls are rendered their ids sometimes change, like if they are in a naming container. Button1 may actually have an id of ctl00_ContentMain_Button1 when it is rendered, for example.
I have a textbox with an onchange event. Why does this event not fire when the user uses the autocomplete feature to populate the textbox?
I have the following HTML and CSS code. It works fine in IE8 in one machine; but misaligns in second machine with IE8. What is to be changed in order to correct it?
I have created a SCORM API for our LMS and right now I am using hard coded userID and courseID variables (variables that reference things in the database). I need to pass the real userID and courseID instead of using hard coded ones. I know the userID is stored in the session and the courseID is passed over from the launch page.
I cannot get how I can return JSON data with my code.
So as we all know if you click on a submit button that has embedded in it a onClick(windown.open(...)) this opens a new window with all the lovely attributes you specify. However if then proceed to click on the parent window and again click on the ‘submit’ button without closing the previous popup window, then that same window is overwritten with the new data.
Is there any way to embed an external web page without using an iframe? I have access to both sites, I just want the page that the content is embedded on to resize based on the content that is embedded (it will change over time, and be on multiple sites).