Click here to Skip to main content
15,889,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Close the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:59
rahul.net1115-Jul-08 3:59 
QuestionHow to avoid concurrency control? Pin
mcmilan15-Jul-08 2:47
mcmilan15-Jul-08 2:47 
AnswerRe: How to avoid concurrency control? Pin
Mike Ellison15-Jul-08 14:00
Mike Ellison15-Jul-08 14:00 
QuestionBrowser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
mcmilan15-Jul-08 2:42
mcmilan15-Jul-08 2:42 
AnswerRe: Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
eyeseetee15-Jul-08 2:55
eyeseetee15-Jul-08 2:55 
AnswerRe: Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
Guffa15-Jul-08 12:21
Guffa15-Jul-08 12:21 
QuestionWindow.close () is not working in mozilla firefox( working fine in IE) Pin
mcmilan15-Jul-08 2:38
mcmilan15-Jul-08 2:38 
AnswerRe: Window.close () is not working in mozilla firefox( working fine in IE) Pin
Imran Khan Pathan15-Jul-08 2:47
Imran Khan Pathan15-Jul-08 2:47 
mcmilan wrote:
I am using javascript to close the window when I click the Button. I am using window.close() in Response.write() .....It is working nice in IE .....
But it is not working in Mozilla......


Instead of response.write,use this line code
this.Page.ClientScript.RegisterStartupScript(this.GetType(), "key", "window.close();", true);


please don't forget to vote on the post that helped you.

GeneralRe: Window.close () is not working in mozilla firefox( working fine in IE) Pin
mcmilan15-Jul-08 19:08
mcmilan15-Jul-08 19:08 
GeneralRe: Window.close () is not working in mozilla firefox( working fine in IE) Pin
bmchugh6616-Jul-08 3:52
bmchugh6616-Jul-08 3:52 
Questionhow to download file Pin
Nika Asgari15-Jul-08 2:37
Nika Asgari15-Jul-08 2:37 
QuestionRegarding Ajax Calendar Control Problem Pin
mcmilan15-Jul-08 2:35
mcmilan15-Jul-08 2:35 
AnswerRe: Regarding Ajax Calendar Control Problem Pin
Imran Khan Pathan15-Jul-08 2:43
Imran Khan Pathan15-Jul-08 2:43 
QuestionHelp Regarding Master Page Pin
kantipudi15-Jul-08 2:04
kantipudi15-Jul-08 2:04 
AnswerRe: Help Regarding Master Page Pin
eyeseetee15-Jul-08 2:32
eyeseetee15-Jul-08 2:32 
QuestionIM integration on website Pin
wEb GuRu...15-Jul-08 1:41
wEb GuRu...15-Jul-08 1:41 
Question5 Star Rating User Control with Callbacks Pin
Neeraj Kr15-Jul-08 1:40
Neeraj Kr15-Jul-08 1:40 
Question##querystring## Pin
strawberrysh15-Jul-08 1:32
strawberrysh15-Jul-08 1:32 
AnswerRe: ##querystring## Pin
Imran Khan Pathan15-Jul-08 2:32
Imran Khan Pathan15-Jul-08 2:32 
GeneralRe: ##querystring## Pin
strawberrysh15-Jul-08 3:04
strawberrysh15-Jul-08 3:04 
GeneralRe: ##querystring## Pin
eyeseetee15-Jul-08 3:34
eyeseetee15-Jul-08 3:34 
QuestionJavascript that presses shift + ALT Pin
samerh15-Jul-08 1:21
samerh15-Jul-08 1:21 
AnswerRe: Javascript that presses shift + ALT Pin
eyeseetee15-Jul-08 1:29
eyeseetee15-Jul-08 1:29 
GeneralRe: Javascript that presses shift + ALT Pin
samerh15-Jul-08 1:31
samerh15-Jul-08 1:31 
GeneralRe: Javascript that presses shift + ALT Pin
Imran Khan Pathan15-Jul-08 2:02
Imran Khan Pathan15-Jul-08 2:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.