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
Joma Rajab
NA
110
51.3k
Hot to make alert box appear on the same page not on bank
Aug 3 2016 9:38 AM
I want to display the alter message on the current page when I click on the button not on the blank page
please help
T
string
alertMessage =
"<script language=\"javascript\" type=\"text/javascript\">"
;
alertMessage +=
"alert('No quiz avalible');"
;
alertMessage +=
"window.location.href=\""
;
alertMessage +=
"View.aspx?Id="
+ Request.QueryString[
"Id"
].ToString();
alertMessage +=
"\";"
;
alertMessage +=
"</script>"
;
ClientScript.RegisterClientScriptBlock(GetType(),
"alertMessage "
, alertMessage);
hank you
Reply
Answers (
3
)
Web connector Error with QuickBook in ASMX service
How to reduce the size of Binary image.