Click here to Skip to main content
15,912,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Applying different themes to same page or Applying different styles to same page Pin
Abhijit Jana14-Jul-09 7:20
professionalAbhijit Jana14-Jul-09 7:20 
GeneralRe: Applying different themes to same page or Applying different styles to same page Pin
jophinmichael14-Jul-09 7:45
jophinmichael14-Jul-09 7:45 
AnswerRe: Applying different themes to same page or Applying different styles to same page Pin
Brij14-Jul-09 7:32
mentorBrij14-Jul-09 7:32 
GeneralRe: Applying different themes to same page or Applying different styles to same page Pin
jophinmichael14-Jul-09 9:13
jophinmichael14-Jul-09 9:13 
AnswerRe: Applying different themes to same page or Applying different styles to same page Pin
Abhijit Jana14-Jul-09 9:22
professionalAbhijit Jana14-Jul-09 9:22 
GeneralRe: Applying different themes to same page or Applying different styles to same page Pin
jophinmichael18-Jul-09 5:04
jophinmichael18-Jul-09 5:04 
GeneralRe: Applying different themes to same page or Applying different styles to same page Pin
Brij14-Jul-09 9:33
mentorBrij14-Jul-09 9:33 
QuestionIframe source , Are cookies playing a role in this case? Pin
vjvjvjvj14-Jul-09 5:50
vjvjvjvj14-Jul-09 5:50 
Hi,

On my form, I have a dropdown list, iframe and a button

Source of Iframe is given by the button click javascript.

My dropdownlist selected item is 0

document.getElementById("MyFrame").src = "http://myapp/processing.aspx?ddl=0" ;

works fine

My dropdownlist selected item is 1

document.getElementById("MyFrame").src = "http://myapp/processing.aspx?ddl=1" ;

works fine

My dropdownlist selected item is 0

document.getElementById("MyFrame").src = "http://myapp/processing.aspx?ddl=0" ;

Doesn't work fine. It somehow remembers this link. When I debug, it doent visit Processing.aspx .Processing page internally redirects to a different page. I find that other page is loaded directly visited.

I always want the processing page to be visited. When I delete the cookies before i again select the drop down list item as 0 then it works fine. What is the remedy of this?

Thanks,

Vijay
AnswerRe: Iframe source , Are cookies playing a role in this case? Pin
Kannan Ar14-Jul-09 6:05
professionalKannan Ar14-Jul-09 6:05 
AnswerRe: Iframe source , Are cookies playing a role in this case? Pin
DoctorMick14-Jul-09 6:17
DoctorMick14-Jul-09 6:17 
GeneralRe: Iframe source , Are cookies playing a role in this case? Pin
vjvjvjvj14-Jul-09 6:59
vjvjvjvj14-Jul-09 6:59 
GeneralListbox Control giving NULL reference exception Pin
PDTUM14-Jul-09 5:39
PDTUM14-Jul-09 5:39 
GeneralRe: Listbox Control giving NULL reference exception Pin
Kannan Ar14-Jul-09 5:58
professionalKannan Ar14-Jul-09 5:58 
GeneralRe: Listbox Control giving NULL reference exception Pin
PDTUM14-Jul-09 6:08
PDTUM14-Jul-09 6:08 
GeneralRe: Listbox Control giving NULL reference exception Pin
Kannan Ar14-Jul-09 6:14
professionalKannan Ar14-Jul-09 6:14 
GeneralRe: Listbox Control giving NULL reference exception Pin
DoctorMick14-Jul-09 6:19
DoctorMick14-Jul-09 6:19 
GeneralRe: Listbox Control giving NULL reference exception Pin
PDTUM14-Jul-09 6:32
PDTUM14-Jul-09 6:32 
GeneralRe: Listbox Control giving NULL reference exception Pin
PDTUM14-Jul-09 6:22
PDTUM14-Jul-09 6:22 
QuestionI have a problem with ajax pro dll Pin
manikandaprasad14-Jul-09 2:49
manikandaprasad14-Jul-09 2:49 
AnswerRe: I have a problem with ajax pro dll Pin
Christian Graus14-Jul-09 5:17
protectorChristian Graus14-Jul-09 5:17 
AnswerRe: I have a problem with ajax pro dll Pin
Not Active14-Jul-09 5:43
mentorNot Active14-Jul-09 5:43 
QuestionHelp Related to database Pin
KhandelwalA14-Jul-09 1:40
KhandelwalA14-Jul-09 1:40 
AnswerRe: Help Related to database Pin
Christian Graus14-Jul-09 2:31
protectorChristian Graus14-Jul-09 2:31 
AnswerRe: Help Related to database Pin
Abhijit Jana14-Jul-09 2:33
professionalAbhijit Jana14-Jul-09 2:33 
QuestionProblem forming .msi file in Visual Studio 2005 Pin
Anujit14-Jul-09 1:20
Anujit14-Jul-09 1:20 

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.