Click here to Skip to main content
16,004,969 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: VS 2003 - Asp.Net Project Settings Pin
monu nair18-Sep-07 17:33
monu nair18-Sep-07 17:33 
GeneralRe: VS 2003 - Asp.Net Project Settings Pin
matthias s.19-Sep-07 4:58
matthias s.19-Sep-07 4:58 
QuestionStatic Method to get Data from DB? Pin
error140817-Sep-07 4:49
error140817-Sep-07 4:49 
AnswerRe: Static Method to get Data from DB? Pin
Guffa17-Sep-07 5:52
Guffa17-Sep-07 5:52 
GeneralRe: Static Method to get Data from DB? Pin
error140817-Sep-07 7:32
error140817-Sep-07 7:32 
Questioniframe problem Pin
g_f_r17-Sep-07 4:43
g_f_r17-Sep-07 4:43 
AnswerRe: iframe problem Pin
Brent Lamborn17-Sep-07 6:37
Brent Lamborn17-Sep-07 6:37 
AnswerRe: iframe problem Pin
Guffa17-Sep-07 6:39
Guffa17-Sep-07 6:39 
Preferred solution: Don't use an iframe. Using an iframe in that way is just like using a frameset, which has exactly the same problem.

If you absolutely want to use an iframe, you have to put a Javascript on each page that checks if the page is opened in an iframe or not, and redirect to the main page if it's not. In the main page you have to add code to handle when the page redirects with the Javascript, so that you open up the correct page in the iframe.

This solution will of course not work if Javascript is disabled. Then there is no solution at all. Other than the preferred solution, of course.

---
single minded; short sighted; long gone;

QuestionNeed Help. filtering a SQLDataAdapter with a girdview selected.value [modified] Pin
orsini17-Sep-07 4:07
orsini17-Sep-07 4:07 
AnswerRe: Need Help. filtering a SQLDataAdapter with a girdview selected.value Pin
monu nair17-Sep-07 18:08
monu nair17-Sep-07 18:08 
GeneralRe: Need Help. filtering a SQLDataAdapter with a girdview selected.value Pin
orsini18-Sep-07 3:36
orsini18-Sep-07 3:36 
QuestiondataFormatString with UpdatePanel Pin
cisco210317-Sep-07 3:53
cisco210317-Sep-07 3:53 
AnswerRe: dataFormatString with UpdatePanel Pin
Saksida Bojan17-Sep-07 11:42
Saksida Bojan17-Sep-07 11:42 
Questionpermissions to folders of a web application Pin
mukkanti00717-Sep-07 3:27
mukkanti00717-Sep-07 3:27 
AnswerRe: permissions to folders of a web application Pin
monu nair17-Sep-07 18:04
monu nair17-Sep-07 18:04 
QuestionADODB was not found - Access denied [modified] Pin
TeachesOfPeaches17-Sep-07 3:21
TeachesOfPeaches17-Sep-07 3:21 
QuestionOnscroll event is not firing in javascript Pin
Sandeep Akhare17-Sep-07 3:17
Sandeep Akhare17-Sep-07 3:17 
AnswerRe: Onscroll event is not firing in javascript Pin
Guffa17-Sep-07 4:14
Guffa17-Sep-07 4:14 
GeneralRe: Onscroll event is not firing in javascript Pin
Sandeep Akhare17-Sep-07 4:28
Sandeep Akhare17-Sep-07 4:28 
AnswerRe: Onscroll event is not firing in javascript Pin
Guffa17-Sep-07 8:47
Guffa17-Sep-07 8:47 
GeneralRe: Onscroll event is not firing in javascript Pin
Sandeep Akhare19-Sep-07 20:48
Sandeep Akhare19-Sep-07 20:48 
QuestionASP.Net 2.0 book Pin
GermanDM17-Sep-07 3:15
GermanDM17-Sep-07 3:15 
AnswerRe: ASP.Net 2.0 book Pin
Sandeep Akhare17-Sep-07 4:29
Sandeep Akhare17-Sep-07 4:29 
GeneralRe: ASP.Net 2.0 book Pin
DavidNohejl17-Sep-07 5:59
DavidNohejl17-Sep-07 5:59 
AnswerRe: ASP.Net 2.0 book Pin
ademsandeepreddy17-Sep-07 18:32
ademsandeepreddy17-Sep-07 18:32 

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.