Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
Questionusing bitmap or draw directly Pin
cyn818-Jul-07 14:55
cyn818-Jul-07 14:55 
AnswerRe: using bitmap or draw directly Pin
Luc Pattyn18-Jul-07 22:55
sitebuilderLuc Pattyn18-Jul-07 22:55 
QuestionA Question About Using Timers -- New C# User Here Pin
bobber20518-Jul-07 13:30
bobber20518-Jul-07 13:30 
AnswerRe: A Question About Using Timers -- New C# User Here Pin
Jimmanuel18-Jul-07 14:26
Jimmanuel18-Jul-07 14:26 
Questionquestion about interface Pin
abstar18-Jul-07 13:24
abstar18-Jul-07 13:24 
AnswerRe: question about interface Pin
Ed.Poore18-Jul-07 13:30
Ed.Poore18-Jul-07 13:30 
QuestionWindow.Opener equivalent Pin
Craigpt18-Jul-07 11:28
Craigpt18-Jul-07 11:28 
AnswerRe: Window.Opener equivalent Pin
Guffa18-Jul-07 13:28
Guffa18-Jul-07 13:28 
Craigpt wrote:
i can't find a way to check whether or not this page is a popup (window.opener != null) or not (window.opener == null) using server side code.


You can't. The browser doesn't tell the server where the page will be displayed, so the server simply doesn't know.

If you put a value in the querystring that reflects how the page is used, the server can check that value.

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

GeneralRe: Window.Opener equivalent Pin
Craigpt19-Jul-07 4:46
Craigpt19-Jul-07 4:46 
AnswerRe: Window.Opener equivalent Pin
Ed.Poore18-Jul-07 13:30
Ed.Poore18-Jul-07 13:30 
GeneralRe: Window.Opener equivalent Pin
Craigpt19-Jul-07 4:47
Craigpt19-Jul-07 4:47 
GeneralRe: Window.Opener equivalent Pin
Ed.Poore19-Jul-07 6:50
Ed.Poore19-Jul-07 6:50 
QuestionDataGridView && ErrorProvider Pin
Taras61118-Jul-07 11:21
Taras61118-Jul-07 11:21 
AnswerRe: DataGridView && ErrorProvider Pin
TheTinSoldier18-Jul-07 11:31
TheTinSoldier18-Jul-07 11:31 
GeneralRe: DataGridView && ErrorProvider Pin
Taras61118-Jul-07 20:54
Taras61118-Jul-07 20:54 
QuestionUsing Using object disposal... Pin
TheTinSoldier18-Jul-07 11:17
TheTinSoldier18-Jul-07 11:17 
AnswerRe: Using Using object disposal... Pin
Craigpt18-Jul-07 11:31
Craigpt18-Jul-07 11:31 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 11:39
TheTinSoldier18-Jul-07 11:39 
GeneralRe: Using Using object disposal... Pin
Craigpt18-Jul-07 11:42
Craigpt18-Jul-07 11:42 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 11:45
TheTinSoldier18-Jul-07 11:45 
GeneralRe: Using Using object disposal... Pin
Craigpt18-Jul-07 11:48
Craigpt18-Jul-07 11:48 
AnswerRe: Using Using object disposal... Pin
Dave Kreskowiak18-Jul-07 11:48
mveDave Kreskowiak18-Jul-07 11:48 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 11:52
TheTinSoldier18-Jul-07 11:52 
GeneralRe: Using Using object disposal... Pin
Scott Dorman18-Jul-07 12:10
professionalScott Dorman18-Jul-07 12:10 
GeneralRe: Using Using object disposal... Pin
TheTinSoldier18-Jul-07 12:53
TheTinSoldier18-Jul-07 12:53 

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.