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

ASP.NET

 
AnswerRe: Formatting Reports Pin
cst_cfit16-Oct-07 18:46
cst_cfit16-Oct-07 18:46 
QuestionHow to change image in repeater header Pin
Sandeep Akhare16-Oct-07 3:05
Sandeep Akhare16-Oct-07 3:05 
AnswerRe: How to change image in repeater header Pin
Christian Graus16-Oct-07 10:22
protectorChristian Graus16-Oct-07 10:22 
GeneralRe: How to change image in repeater header Pin
Sandeep Akhare16-Oct-07 19:34
Sandeep Akhare16-Oct-07 19:34 
Questionhow to display pictures in a datagrid Pin
fraijo16-Oct-07 2:51
fraijo16-Oct-07 2:51 
AnswerRe: how to display pictures in a datagrid Pin
kubben16-Oct-07 3:15
kubben16-Oct-07 3:15 
QuestionHow to capture the date selected in a pop up Pin
rockyl16-Oct-07 2:40
rockyl16-Oct-07 2:40 
AnswerRe: How to capture the date selected in a pop up [modified] Pin
Sandeep Kumar16-Oct-07 3:00
Sandeep Kumar16-Oct-07 3:00 
hi....

You can do that using window.opener in javascript

Example....

1.html

<html><br />
<body><br />
<script type="text/javascript"><br />
var anotherwindow=window.open("2.html")<br />
//change the background color of the second window from main<br />
anotherwindow.bgColor="black"<br />
</script><br />
</body><br />
</html>


2.html

<html><br />
<head><br />
<title>Secondary window</title><br />
</head><br />
<body bgcolor="#FFFFFF"><br />
<center><br />
<form><br />
<input type="button" onClick="window.opener.document.bgColor='yellow'" value="yellow"><br />
<input type="button" onClick="window.opener.document.bgColor='lightgreen'" value="lightgreen"><br />
<input type="button" onClick="window.opener.document.bgColor='white'" value="white"><br />
</form><br />
</center><br />
</body><br />
</html>


Regards,
Sandeep Kumar.V
AnswerRe: How to capture the date selected in a pop up Pin
kubben16-Oct-07 3:00
kubben16-Oct-07 3:00 
GeneralRe: How to capture the date selected in a pop up Pin
rockyl16-Oct-07 3:08
rockyl16-Oct-07 3:08 
GeneralRe: How to capture the date selected in a pop up Pin
kubben16-Oct-07 3:19
kubben16-Oct-07 3:19 
QuestionCreating a word report like report builder in sql reporting services Pin
pksahoo16-Oct-07 2:15
pksahoo16-Oct-07 2:15 
Questionxml Stream to remote client Pin
hansipet16-Oct-07 2:11
hansipet16-Oct-07 2:11 
AnswerRe: xml Stream to remote client Pin
Ennis Ray Lynch, Jr.16-Oct-07 4:59
Ennis Ray Lynch, Jr.16-Oct-07 4:59 
QuestionI want to display videos in asp.net Pin
Kurmala16-Oct-07 2:04
Kurmala16-Oct-07 2:04 
AnswerRe: I want to display videos in asp.net Pin
John-ph16-Oct-07 2:08
John-ph16-Oct-07 2:08 
GeneralRe: I want to display videos in asp.net Pin
Kurmala16-Oct-07 2:12
Kurmala16-Oct-07 2:12 
GeneralRe: I want to display videos in asp.net Pin
Kurmala16-Oct-07 2:30
Kurmala16-Oct-07 2:30 
GeneralRe: I want to display videos in asp.net Pin
cst_cfit16-Oct-07 18:50
cst_cfit16-Oct-07 18:50 
Questioni need help to get one layer/pop menu by clicking checkbox Pin
nirmalaakki16-Oct-07 1:55
nirmalaakki16-Oct-07 1:55 
AnswerRe: i need help to get one layer/pop menu by clicking checkbox Pin
Sandeep Kumar16-Oct-07 2:10
Sandeep Kumar16-Oct-07 2:10 
QuestionDisabling the Close button using javascript [modified] Pin
manowj16-Oct-07 1:47
manowj16-Oct-07 1:47 
AnswerRe: Disabling the Close button using javascript Pin
John-ph16-Oct-07 1:56
John-ph16-Oct-07 1:56 
QuestionIts Problem or my mistake Pin
ANKUR2216-Oct-07 1:36
ANKUR2216-Oct-07 1:36 
AnswerRe: Its Problem or my mistake Pin
Christian Graus16-Oct-07 1:54
protectorChristian Graus16-Oct-07 1:54 

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.