Click here to Skip to main content
15,895,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem using sleep function Pin
Venkatesh Mookkan30-Jan-08 17:43
Venkatesh Mookkan30-Jan-08 17:43 
GeneralRe: Problem using sleep function Pin
solarthur0131-Jan-08 10:32
solarthur0131-Jan-08 10:32 
Questionhow do I? Pin
learningman30-Jan-08 12:41
learningman30-Jan-08 12:41 
Generalwindow.showDialog Pin
waheed awan30-Jan-08 11:06
waheed awan30-Jan-08 11:06 
AnswerRe: window.showDialog Pin
Arun Jacob30-Jan-08 17:07
Arun Jacob30-Jan-08 17:07 
GeneralRe: window.showDialog Pin
waheed awan6-Feb-08 9:24
waheed awan6-Feb-08 9:24 
GeneralRe: window.showDialog Pin
waheed awan25-Feb-08 13:28
waheed awan25-Feb-08 13:28 
GeneralRe: window.showDialog Pin
waheed awan25-Feb-08 13:38
waheed awan25-Feb-08 13:38 
now i am facing another problem

i open the dialog form Page1.aspx using

LinkButton2 .Attributes.Add("onclick", "window.showModalDialog('Lookup.aspx?new=new', null, 'status:no;dialogWidth:555px;dialogHeight:575px;di alogHide:true;help:no;scroll:no')");

Now i have an HTML control (input button) in its Clickevent i want to set the value of TextBox1 of the Page1 but when i write
window.opener.document.getElementById('TextBox1').value='ads';
i get the error
document.opener.document is null or not an object
i have also tried
window.opener.parent but it also gives error
How can i do this
GeneralRe: window.showDialog Pin
Arun Jacob27-Feb-08 17:15
Arun Jacob27-Feb-08 17:15 
QuestionASPX page dimensions? Pin
Xpnctoc30-Jan-08 10:50
Xpnctoc30-Jan-08 10:50 
GeneralRe: ASPX page dimensions? Pin
Guffa30-Jan-08 12:28
Guffa30-Jan-08 12:28 
GeneralRe: ASPX page dimensions? Pin
Mike Ellison30-Jan-08 18:05
Mike Ellison30-Jan-08 18:05 
GeneralRe: ASPX page dimensions? Pin
Xpnctoc31-Jan-08 4:08
Xpnctoc31-Jan-08 4:08 
GeneralA little problem Pin
zeeShan anSari30-Jan-08 9:57
zeeShan anSari30-Jan-08 9:57 
GeneralRe: A little problem Pin
pmarfleet30-Jan-08 10:34
pmarfleet30-Jan-08 10:34 
GeneralRe: A little problem Pin
zeeShan anSari30-Jan-08 19:22
zeeShan anSari30-Jan-08 19:22 
GeneralRe: A little problem Pin
pmarfleet30-Jan-08 21:23
pmarfleet30-Jan-08 21:23 
GeneralJavascript Pin
waheed awan30-Jan-08 8:52
waheed awan30-Jan-08 8:52 
GeneralRe: Javascript Pin
Parwej Ahamad30-Jan-08 17:20
professionalParwej Ahamad30-Jan-08 17:20 
QuestionDisadvantages of XSLT and Ajax in XSLT! Pin
SIJUTHOMASP30-Jan-08 8:06
professionalSIJUTHOMASP30-Jan-08 8:06 
GeneralRe: Disadvantages of XSLT and Ajax in XSLT! Pin
pmarfleet30-Jan-08 8:29
pmarfleet30-Jan-08 8:29 
GeneralRe: Disadvantages of XSLT and Ajax in XSLT! Pin
SIJUTHOMASP30-Jan-08 8:45
professionalSIJUTHOMASP30-Jan-08 8:45 
GeneralRe: Disadvantages of XSLT and Ajax in XSLT! Pin
pmarfleet30-Jan-08 9:48
pmarfleet30-Jan-08 9:48 
GeneralRe: Disadvantages of XSLT and Ajax in XSLT! Pin
SIJUTHOMASP30-Jan-08 10:49
professionalSIJUTHOMASP30-Jan-08 10:49 
GeneralRe: Disadvantages of XSLT and Ajax in XSLT! Pin
pmarfleet30-Jan-08 11:38
pmarfleet30-Jan-08 11:38 

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.