Click here to Skip to main content
16,018,353 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: REPOST IGNORE Pin
J4amieC25-Sep-08 22:30
J4amieC25-Sep-08 22:30 
GeneralRe: REPOST IGNORE Pin
varsh1225-Sep-08 23:57
varsh1225-Sep-08 23:57 
Questionnext button doesn't work after 2 page in crystal report Pin
amitajain00825-Sep-08 2:20
amitajain00825-Sep-08 2:20 
Questionfck editor problem Pin
UD(IA)25-Sep-08 1:31
UD(IA)25-Sep-08 1:31 
AnswerRe: fck editor problem Pin
Ashfield25-Sep-08 1:47
Ashfield25-Sep-08 1:47 
Questionprevent post back when menu item header is clicked Pin
_tasleem25-Sep-08 1:26
_tasleem25-Sep-08 1:26 
AnswerRe: prevent post back when menu item header is clicked Pin
Venkat Eswaran25-Sep-08 3:53
Venkat Eswaran25-Sep-08 3:53 
QuestionModel Window-Parent Window updation Problem Pin
John.G25-Sep-08 1:09
John.G25-Sep-08 1:09 
I have two aspx forms as the html code given below.

I am having two input boxes in parent window [default1.aspx] and opening a model window [using default2.aspx] and setting the values for this model window from parent window object through window.dialogArguements property.

I am able assign the values to model window.
Now I want to update the parent window, with the values updated from the model window. Plz advice me.Confused | :confused:

default1.aspx --> parent window
default2.aspx --> model window

My code flows as shown below:

default1.aspx
==========




window.defaultStatus="hai";
function openwin(){
var myObj = new Object();
myObj.fName = inputFName.value;
myObj.lName = inputLName.value;
window.showModalDialog('default2.aspx',myObj,"dialogHeight:400px; dialogWidth:500px;");
}









default2.aspx
===========


<title>It is a Model Window




First Name :


Last Name :







var frmobj;
frmobj = form1.elements;
var myObj = window.dialogArguments;

function loaddata(){
frmobj.receiveFName.value = myObj.fName;
frmobj.receiveLName.value = myObj.lName;
}

function updatechanges(){
myObj.fName = 'aaaa';
}





Muthu

QuestionHow to integrate payment options/ details in Asp.Net Pin
Guvera24-Sep-08 23:46
Guvera24-Sep-08 23:46 
AnswerRe: How to integrate payment options/ details in Asp.Net Pin
NeverHeardOfMe25-Sep-08 0:18
NeverHeardOfMe25-Sep-08 0:18 
QuestionI need to access textbox in FooterTemplat of Datagrid Pin
Mr. Wonderful24-Sep-08 23:34
Mr. Wonderful24-Sep-08 23:34 
QuestionButton click problem Pin
member2724-Sep-08 23:33
member2724-Sep-08 23:33 
AnswerRe: Button click problem Pin
eyeseetee25-Sep-08 0:22
eyeseetee25-Sep-08 0:22 
AnswerRe: Button click problem Pin
ashok@techxygen25-Sep-08 2:35
ashok@techxygen25-Sep-08 2:35 
GeneralRe: Button click problem Pin
member2725-Sep-08 3:21
member2725-Sep-08 3:21 
QuestionHow can I set the right inheritences for the aspx files, if they got messed up? Pin
JUNEYT24-Sep-08 23:17
JUNEYT24-Sep-08 23:17 
AnswerRe: How can I set the right inheritences for the aspx files, if they got messed up? Pin
eyeseetee25-Sep-08 0:21
eyeseetee25-Sep-08 0:21 
GeneralRe: How can I set the right inheritences for the aspx files, if they got messed up? Pin
JUNEYT25-Sep-08 0:57
JUNEYT25-Sep-08 0:57 
QuestionProblem in retriving BLOB data Pin
MSantosh24-Sep-08 22:57
MSantosh24-Sep-08 22:57 
GeneralLooking for Ideas: Displaying Catalogue Images Pin
Brady Kelly24-Sep-08 22:47
Brady Kelly24-Sep-08 22:47 
Questionfck editor Pin
UD(IA)24-Sep-08 22:08
UD(IA)24-Sep-08 22:08 
AnswerRe: fck editor Pin
eyeseetee24-Sep-08 22:19
eyeseetee24-Sep-08 22:19 
QuestionGrid View Column Width Problem Pin
Binod K24-Sep-08 22:02
Binod K24-Sep-08 22:02 
AnswerRe: Grid View Column Width Problem Pin
vimal_yet25-Sep-08 1:37
vimal_yet25-Sep-08 1:37 
QuestionData List Problem Pin
varsh1224-Sep-08 21:23
varsh1224-Sep-08 21:23 

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.