Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongg Pin
shyamkrishnan20-Sep-06 1:44
shyamkrishnan20-Sep-06 1:44 
AnswerRe: gg Pin
Irshad Sulaimani20-Sep-06 1:50
Irshad Sulaimani20-Sep-06 1:50 
AnswerRe: gg Pin
_AK_20-Sep-06 1:53
_AK_20-Sep-06 1:53 
AnswerRe: gg Pin
Sathesh Sakthivel20-Sep-06 2:00
Sathesh Sakthivel20-Sep-06 2:00 
JokeRe: gg Pin
_AK_20-Sep-06 2:03
_AK_20-Sep-06 2:03 
JokeRe: gg Pin
Sathesh Sakthivel20-Sep-06 2:25
Sathesh Sakthivel20-Sep-06 2:25 
Questionasp page with frameset Pin
dextrik20-Sep-06 1:26
dextrik20-Sep-06 1:26 
AnswerRe: asp page with frameset Pin
Stephan Pilz20-Sep-06 2:02
Stephan Pilz20-Sep-06 2:02 
Hello

Call following Method in Page_Load in CodeBehind of the left Frame:

Public Sub RefreshFrame(ByVal frame, ByVal loc)

    Dim sTemp As String

    If Not Me.IsStartupScriptRegistered("RefreshFrame") Then
        sTemp = "<script language=JavaScript>" & vbCrLf
        sTemp += "if (parent.frames[" & Chr(34) & frame & Chr(34) & "]) {" & vbCrLf
        sTemp += "parent.frames[" & Chr(34) & frame & Chr(34) & "].location.href=" & Chr(34) & loc & Chr(34) & ";" & vbCrLf
        sTemp += "}" & vbCrLf
        sTemp += "</script>" & vbCrLf
        Me.RegisterStartupScript("RefreshFrame", sTemp)
    End If
End Sub


This Method generates a little bit JavaScript in Code of the left Frame, that reloads the other Frame with a specific URL.

Stephan

                   \\\|///
                 \\  - -  //
                  (  @ @  )
+---------------oOOo-(_)-oOOo-----------------+
| Stephan Pilz   stephan.pilz@stephan-pilz.de |
|                <a href=www.stephan-pilz.de>www.stephan-pilz.de</a>          |
|                ICQ#: 127823481              |
+-----------------------Oooo------------------+
                 oooO   (   )
                (   )    ) /
                 \ (    (_/
                  \_)

QuestionSetup and Deployment Pin
Sivaprasad C20-Sep-06 0:57
Sivaprasad C20-Sep-06 0:57 
AnswerRe: Setup and Deployment Pin
minhpc_bk20-Sep-06 1:58
minhpc_bk20-Sep-06 1:58 
QuestionLine 1: Incorrect syntax near ')'. how to fix it Pin
khaink20-Sep-06 0:37
khaink20-Sep-06 0:37 
AnswerRe: Line 1: Incorrect syntax near ')'. how to fix it Pin
Irshad Sulaimani20-Sep-06 1:38
Irshad Sulaimani20-Sep-06 1:38 
AnswerRe: Line 1: Incorrect syntax near ')'. how to fix it Pin
minhpc_bk20-Sep-06 1:56
minhpc_bk20-Sep-06 1:56 
QuestionHow do i display Db data in labels ? Pin
munklefish20-Sep-06 0:18
munklefish20-Sep-06 0:18 
AnswerRe: How do i display Db data in labels ? Pin
Vicky Roberts20-Sep-06 0:40
Vicky Roberts20-Sep-06 0:40 
GeneralRe: How do i display Db data in labels ? Pin
munklefish20-Sep-06 3:00
munklefish20-Sep-06 3:00 
QuestionHash Tables Pin
GeetMunjal19-Sep-06 23:43
GeetMunjal19-Sep-06 23:43 
AnswerRe: Hash Tables Pin
Sathesh Sakthivel19-Sep-06 23:47
Sathesh Sakthivel19-Sep-06 23:47 
AnswerRe: Hash Tables Pin
Britney S. Morales20-Sep-06 3:39
Britney S. Morales20-Sep-06 3:39 
QuestionFormatting data while storing into database [modified] Pin
Vsree19-Sep-06 23:17
Vsree19-Sep-06 23:17 
AnswerRe: Formatting data while storing into database Pin
minhpc_bk20-Sep-06 1:50
minhpc_bk20-Sep-06 1:50 
Questionimage handling Pin
Sebastian T Xavier19-Sep-06 22:46
Sebastian T Xavier19-Sep-06 22:46 
AnswerRe: image handling Pin
Vicky Roberts19-Sep-06 22:56
Vicky Roberts19-Sep-06 22:56 
AnswerRe: image handling Pin
postmaster@programmingknowledge.com20-Sep-06 4:18
postmaster@programmingknowledge.com20-Sep-06 4:18 
GeneralRe: image handling Pin
Sebastian T Xavier20-Sep-06 19:19
Sebastian T Xavier20-Sep-06 19:19 

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.