Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: when viewed in different browsers positioning of the textboxes and tables is getting changed and .... Pin
ToddHileHoffer19-Dec-06 3:38
ToddHileHoffer19-Dec-06 3:38 
GeneralRe: when viewed in different browsers positioning of the textboxes and tables is getting changed and .... Pin
Amit Kumar G19-Dec-06 14:51
Amit Kumar G19-Dec-06 14:51 
Questionsearching for .log file among different applications in a machine Pin
indrani2218-Dec-06 22:51
indrani2218-Dec-06 22:51 
AnswerRe: searching for .log file among different applications in a machine Pin
Paddy Boyd19-Dec-06 2:30
Paddy Boyd19-Dec-06 2:30 
AnswerRe: searching for .log file among different applications in a machine Pin
RichardGrimmer19-Dec-06 4:08
RichardGrimmer19-Dec-06 4:08 
QuestionGetting checkboxlist values Pin
abulhassan_shock18-Dec-06 21:58
abulhassan_shock18-Dec-06 21:58 
QuestionGet handle to iframe Pin
Larza12318-Dec-06 21:35
Larza12318-Dec-06 21:35 
AnswerRe: Get handle to iframe Pin
Guffa18-Dec-06 23:08
Guffa18-Dec-06 23:08 
No, there isn't.

Although the page in the iframe is visible inside the other page, they are in fact separate windows. The concept of separate windows is handled entirely by the browser, the server is not at all aware of the relation between the windows in the browser.

What is sent to the server is just a request for a page, there is no information of where (or even if) the page will be displayed. The server just returns the response for the requested page, it has no way of accessing any other windows that the browser might have.

If you want to access other windows, you have to put client script in the page that does that.

---
It's amazing to see how much work some people will go through just to avoid a little bit of work.

Questionconfiguraion file Pin
Ballita18-Dec-06 21:31
Ballita18-Dec-06 21:31 
AnswerForms authentication Pin
Michael P Butler18-Dec-06 22:43
Michael P Butler18-Dec-06 22:43 
QuestionError in the Web Service Pin
Aashutoshkumar18-Dec-06 21:09
Aashutoshkumar18-Dec-06 21:09 
QuestionOpening applications through ASP.NET Webpages Pin
TheKrazyNomaD18-Dec-06 21:07
TheKrazyNomaD18-Dec-06 21:07 
AnswerRe: Opening applications through ASP.NET Webpages Pin
MIHAI_MTZ18-Dec-06 21:24
MIHAI_MTZ18-Dec-06 21:24 
GeneralRe: Opening applications through ASP.NET Webpages Pin
RichardGrimmer19-Dec-06 4:09
RichardGrimmer19-Dec-06 4:09 
QuestionSqlException : Login failed for user ' xxx \ ASPNET ' Pin
Jay_se18-Dec-06 20:22
Jay_se18-Dec-06 20:22 
AnswerRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Nisha_D18-Dec-06 20:32
Nisha_D18-Dec-06 20:32 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Jay_se18-Dec-06 20:59
Jay_se18-Dec-06 20:59 
Answer[Message Deleted] Pin
Parwej Ahamad18-Dec-06 20:49
professionalParwej Ahamad18-Dec-06 20:49 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Jay_se18-Dec-06 21:00
Jay_se18-Dec-06 21:00 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Colin Angus Mackay18-Dec-06 22:43
Colin Angus Mackay18-Dec-06 22:43 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Colin Angus Mackay18-Dec-06 22:46
Colin Angus Mackay18-Dec-06 22:46 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Colin Angus Mackay18-Dec-06 22:43
Colin Angus Mackay18-Dec-06 22:43 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Jay_se18-Dec-06 23:08
Jay_se18-Dec-06 23:08 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Pete O'Hanlon19-Dec-06 11:24
mvePete O'Hanlon19-Dec-06 11:24 
GeneralRe: SqlException : Login failed for user ' xxx \ ASPNET ' Pin
Colin Angus Mackay19-Dec-06 12:15
Colin Angus Mackay19-Dec-06 12:15 

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.