This is a migrated thread and some comments may be shown as answers.

ScriptManager.RegisterStartupScript

1 Answer 112 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
vairam
Top achievements
Rank 1
vairam asked on 30 Jun 2009, 05:40 AM

Hi
 ScriptManager.RegisterStartupScript not working in share point web part with rad ajax panel.
with out rad ajax panel its working fine
 ScriptManager.RegisterStartupScript(this._radAjaxpanelminical, GetType(), "showandhide", "showHideContent()", true);

Can u guide me as soon as possible

Regards
Vairam

1 Answer, 1 is accepted

Sort by
0
vairam
Top achievements
Rank 1
answered on 30 Jun 2009, 05:50 AM
Hi

Now its working
ScriptManager.RegisterStartupScript(Page, typeof(Page) "showandhide", "showHideContent()", true);

Regards
Vairam
Tags
Sharepoint Integration
Asked by
vairam
Top achievements
Rank 1
Answers by
vairam
Top achievements
Rank 1
Share this question
or