In case we are registering a java script inside the Server side code using RegisterStartupScript. would the script be added to the page each time the RegisterStartupScript is invoked?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, So if you call |
|||
|
|
|
RegisterStartupScript will register the script to be added at the top of DOM. Incase you are calling it multiple times in the same page life cycle, you can use the |
|||
|