How can I call a javascript function, that is in the aspx page, from the Page_Load method, in the code-behind?
this is a little trick i found myself without having server side code . that function will be called when the page loads (can be used with an update panel) :
it is unknown and yet works like a charm