Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Prevent resending information on refresh Pin
Vasudevan Deepak Kumar25-Aug-09 2:20
Vasudevan Deepak Kumar25-Aug-09 2:20 
AnswerRe: Prevent resending information on refresh Pin
Amit Patel198525-Aug-09 2:21
Amit Patel198525-Aug-09 2:21 
AnswerRe: Prevent resending information on refresh Pin
N a v a n e e t h25-Aug-09 2:25
N a v a n e e t h25-Aug-09 2:25 
GeneralRe: Prevent resending information on refresh Pin
benams25-Aug-09 2:52
benams25-Aug-09 2:52 
GeneralRe: Prevent resending information on refresh Pin
Abhijit Jana25-Aug-09 3:59
professionalAbhijit Jana25-Aug-09 3:59 
AnswerRe: Prevent resending information on refresh Pin
Abhijit Jana25-Aug-09 4:03
professionalAbhijit Jana25-Aug-09 4:03 
AnswerRe: Prevent resending information on refresh Pin
droth1726-Aug-09 5:10
droth1726-Aug-09 5:10 
QuestionASP.Net with Java Script Pin
Amit Patel198525-Aug-09 0:56
Amit Patel198525-Aug-09 0:56 
Hi all,

Currently i am in login page(Suppose in window1 ) after validation i m opening new (Window 2)

<
ClientScript.RegisterStartupScript(Me.GetType(), "", String.Format("<script>window.open('UserSetting1.aspx','ReportWindow', 'width=400,height=200,status=no,toolbar=no,menubar=no,location=yes,scrollbars=yes,resizable=no');</script>"))
>

from window 2 user will select hospital name from usersetting1.aspx after this Window 2 will get close and it should go the window1 and instead of login.aspx url should be index.aspx ......

I am doing this using
<

Dim strScript As String
strScript = "<script language=javascript>" & vbCrLf & _
"window.opener.location.reload('index.aspx');window.close();" & _
vbCrLf & "</script>"
If Not ClientScript.IsClientScriptBlockRegistered("") Then
ClientScript.RegisterStartupScript([GetType], "", strScript)

>

This closing window2 and redirecting to the index.aspx in window1 but above code is working fine for Internet explorer but not workng for firefox Please Help to find the solution

Thanks ,

Amit Patel
AnswerRepost - Please ignore Pin
N a v a n e e t h25-Aug-09 1:21
N a v a n e e t h25-Aug-09 1:21 
GeneralRe: Repost - Please ignore [modified] Pin
Amit Patel198525-Aug-09 1:29
Amit Patel198525-Aug-09 1:29 
GeneralRe: Repost - Please ignore Pin
Abhijit Jana25-Aug-09 1:45
professionalAbhijit Jana25-Aug-09 1:45 
GeneralRe: Repost - Please ignore Pin
Amit Patel198525-Aug-09 1:48
Amit Patel198525-Aug-09 1:48 
GeneralRe: Repost - Please ignore Pin
Abhijit Jana25-Aug-09 1:53
professionalAbhijit Jana25-Aug-09 1:53 
GeneralRe: Repost - Please ignore Pin
Amit Patel198525-Aug-09 2:02
Amit Patel198525-Aug-09 2:02 
GeneralRe: Repost - Please ignore Pin
N a v a n e e t h25-Aug-09 2:26
N a v a n e e t h25-Aug-09 2:26 
GeneralRe: Repost - Please ignore Pin
Abhijit Jana25-Aug-09 3:27
professionalAbhijit Jana25-Aug-09 3:27 
GeneralRe: Repost - Please ignore Pin
Amit Patel198525-Aug-09 19:17
Amit Patel198525-Aug-09 19:17 
QuestionGridView not showing updations Pin
nagendrathecoder25-Aug-09 0:38
nagendrathecoder25-Aug-09 0:38 
AnswerRe: GridView not showing updations Pin
geeeeeeeetha25-Aug-09 0:44
geeeeeeeetha25-Aug-09 0:44 
GeneralRe: GridView not showing updations Pin
nagendrathecoder25-Aug-09 0:51
nagendrathecoder25-Aug-09 0:51 
AnswerRe: GridView not showing updations Pin
N a v a n e e t h25-Aug-09 0:44
N a v a n e e t h25-Aug-09 0:44 
AnswerRe: GridView not showing updations Pin
4anusha425-Aug-09 0:46
4anusha425-Aug-09 0:46 
AnswerRe: GridView not showing updations Pin
padmanabhan N25-Aug-09 0:48
padmanabhan N25-Aug-09 0:48 
GeneralRe: GridView not showing updations Pin
nagendrathecoder25-Aug-09 1:02
nagendrathecoder25-Aug-09 1:02 
AnswerRe: GridView not showing updations Pin
nagendrathecoder25-Aug-09 1:00
nagendrathecoder25-Aug-09 1:00 

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.