iframe in an apsx page
-
Hai, I have a girdview in an aspx page and if I click the EDIT button inside that gridview, it will open a particular page in an iframe. How can I get the values of the textboxes inside that page that already in an iframe from the main page that the grid is placed. If anyone can help me please help me
-
Hai, I have a girdview in an aspx page and if I click the EDIT button inside that gridview, it will open a particular page in an iframe. How can I get the values of the textboxes inside that page that already in an iframe from the main page that the grid is placed. If anyone can help me please help me
http://www.dyn-web.com/tutorials/iframes/refs.php[^] window.frames[iframeName].document.getElementById(elementId).value
-
Hai, I have a girdview in an aspx page and if I click the EDIT button inside that gridview, it will open a particular page in an iframe. How can I get the values of the textboxes inside that page that already in an iframe from the main page that the grid is placed. If anyone can help me please help me
-
Hai, I have a girdview in an aspx page and if I click the EDIT button inside that gridview, it will open a particular page in an iframe. How can I get the values of the textboxes inside that page that already in an iframe from the main page that the grid is placed. If anyone can help me please help me
You can pass the textbox values in querystring in the IFrame or you can use
window.parent.document.getElementById("textboxID").value