|
-
Jan 23rd, 2013, 10:14 AM
#1
Thread Starter
Member
Calling a javascript function disables calendar extender
I have a script manager and calendar extender on my aspx page. When I call a javascript function from my code behind page, the calendar extender doesn't work
anymore. I call it like this:
ScriptManager.RegisterStartupScript(Page, this.GetType(), "javascriptfunction", "<script language=javascript>function();</script>", true);
OR
Page.ClientScript.RegisterStartupScript(this.GetType(), "javascriptfunction", "<script language=javascript>function();</script>", true);
Any ideas?
Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|