TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Santhonabin
NA
51
212.8k
How to use ScriptManager.RegisterStartupScript in C#
Feb 22 2011 1:05 AM
Hi
Pls tell me Step by step that how to use
ScriptManager.RegisterStartupScript.
and also pls check following statement usage is correct or not. if not correct means pls tell the correct one.
protected
void
Button1_Click(
object
sender,
EventArgs
e)
{
ScriptManager1.RegisterStartupScript(Page,Page.GetType(),
}
"alert"
,
"<script language='javascript' type='text/javascript'>alert('page saved successfully');window.location='Exporttoword.aspx';</script>"
,
false
);
Reply
Answers (
2
)
is it able to set the animation background for a web page in asp.net
convert the bytearray file to string and dispay the file in a readable format in a web page