Click here to Skip to main content
15,907,395 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionVS 2003 - Asp.Net Project Settings Pin
matthias s.17-Sep-07 4:55
matthias s.17-Sep-07 4:55 
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 
IFrames are bad stuff as far as SEO.

What I would do is add some logic to the pages that are being iframed that will check the referer. If the referrer is Google, Yahoo, etc. then do a 301 redirect (Response.Redirect will do that) to the main page with a parameter in the query string telling which page to load in the iFrame. The main page that has the menu will need to check for that param in the query string and load the iframe with that page.

After that, redesign the site to not include iFrames and use MasterPages instead.


"Half this game is ninety percent mental." - Yogi Berra

If you can read thank a teacher, if you can read in English, thank a Marine.

AnswerRe: iframe problem Pin
Guffa17-Sep-07 6:39
Guffa17-Sep-07 6:39 
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 

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.