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
kailash kute
NA
1
2.7k
Flickering of popup window in .net 3.5
Jul 19 2011 7:36 AM
HI ALL,
Below is my code which closes popup window on page load also i want to show the user a message box plz login.. well my popup window gets close but it flickers on the screen is there any way to prevent that.
StringBuilder sb = new StringBuilder();
sb.Append("<script>");
sb.Append("window.close();");
sb.Append("</script");
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "test", sb.ToString(), false);
MessageBox.Show("Please Sign In first...", "Login Message", MessageBoxButtons.OK, MessageBoxIcon.Question);
return;
Any Help,
Appreciated.
Regards
Kailash kute
Reply
Answers (
1
)
Open webform with jquery as a popup
If there is 0 value in gridviwe how to display in the form 'NR'