Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: VS 2005 Circular dependency Pin
ToddHileHoffer25-Feb-09 7:01
ToddHileHoffer25-Feb-09 7:01 
GeneralRe: VS 2005 Circular dependency Pin
omer erakman25-Feb-09 7:59
omer erakman25-Feb-09 7:59 
GeneralRe: VS 2005 Circular dependency Pin
Christian Graus25-Feb-09 9:11
protectorChristian Graus25-Feb-09 9:11 
GeneralRe: VS 2005 Circular dependency Pin
Colin Angus Mackay25-Feb-09 9:17
Colin Angus Mackay25-Feb-09 9:17 
GeneralRe: VS 2005 Circular dependency Pin
Christian Graus25-Feb-09 11:25
protectorChristian Graus25-Feb-09 11:25 
AnswerRe: VS 2005 Circular dependency Pin
Keith Barrow25-Feb-09 8:08
professionalKeith Barrow25-Feb-09 8:08 
QuestionPassing data from child window to parent window Pin
bishwambhar_sen25-Feb-09 4:32
bishwambhar_sen25-Feb-09 4:32 
AnswerRe: Passing data from child window to parent window Pin
Greg Chelstowski25-Feb-09 5:04
Greg Chelstowski25-Feb-09 5:04 
in your popup window:
function OnSomethingClick()
   {
   var el = window.opener.document.getElementById('SomeLabelOrOther');
       el.innerText = "Something else"; //obviously, you might want to change a different property

       window.close();// dont have to do that if you dont want to
   }


This works for IE... havent tested with FF yet. Will do in a minute.
Just did. Doesn't work in FF.

var question = (_2b || !(_2b));

GeneralRe: Passing data from child window to parent window Pin
bishwambhar_sen25-Feb-09 21:44
bishwambhar_sen25-Feb-09 21:44 
GeneralRe: Passing data from child window to parent window Pin
bishwambhar_sen26-Feb-09 0:08
bishwambhar_sen26-Feb-09 0:08 
GeneralRe: Passing data from child window to parent window Pin
bishwambhar_sen26-Feb-09 1:38
bishwambhar_sen26-Feb-09 1:38 
QuestionDisable a Cell like a Button Pin
Vimalsoft(Pty) Ltd25-Feb-09 2:47
professionalVimalsoft(Pty) Ltd25-Feb-09 2:47 
AnswerRe: Disable a Cell like a Button Pin
N a v a n e e t h25-Feb-09 2:59
N a v a n e e t h25-Feb-09 2:59 
GeneralRe: Disable a Cell like a Button Pin
Vimalsoft(Pty) Ltd25-Feb-09 3:02
professionalVimalsoft(Pty) Ltd25-Feb-09 3:02 
GeneralRe: Disable a Cell like a Button Pin
N a v a n e e t h25-Feb-09 3:19
N a v a n e e t h25-Feb-09 3:19 
AnswerRe: Disable a Cell like a Button Pin
Jörgen Andersson25-Feb-09 4:01
professionalJörgen Andersson25-Feb-09 4:01 
GeneralRe: Disable a Cell like a Button Pin
Vimalsoft(Pty) Ltd25-Feb-09 4:08
professionalVimalsoft(Pty) Ltd25-Feb-09 4:08 
GeneralRe: Disable a Cell like a Button Pin
Jörgen Andersson25-Feb-09 4:15
professionalJörgen Andersson25-Feb-09 4:15 
GeneralRe: Disable a Cell like a Button Pin
Vimalsoft(Pty) Ltd25-Feb-09 21:52
professionalVimalsoft(Pty) Ltd25-Feb-09 21:52 
GeneralRe: Disable a Cell like a Button Pin
Vimalsoft(Pty) Ltd1-Mar-09 22:49
professionalVimalsoft(Pty) Ltd1-Mar-09 22:49 
QuestionHow the Page.IsPostBack is Working Pin
Robymon25-Feb-09 1:45
Robymon25-Feb-09 1:45 
AnswerRe: How the Page.IsPostBack is Working Pin
N a v a n e e t h25-Feb-09 1:58
N a v a n e e t h25-Feb-09 1:58 
GeneralRe: How the Page.IsPostBack is Working Pin
Robymon25-Feb-09 2:20
Robymon25-Feb-09 2:20 
GeneralRe: How the Page.IsPostBack is Working Pin
N a v a n e e t h25-Feb-09 2:58
N a v a n e e t h25-Feb-09 2:58 
GeneralRe: How the Page.IsPostBack is Working Pin
Robymon25-Feb-09 3:07
Robymon25-Feb-09 3:07 

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.