Abt Iframe in aspx page
-
Hi, I'm using Iframe in my project. My Req/.. is : I'm having 1 drop down list in my aspx page. when I select the value that ill verified in the database and the correct value will displayed in the Iframe, and I have to edit the text and again store it in database. How to do this? Thanks in advance..
-
Hi, I'm using Iframe in my project. My Req/.. is : I'm having 1 drop down list in my aspx page. when I select the value that ill verified in the database and the correct value will displayed in the Iframe, and I have to edit the text and again store it in database. How to do this? Thanks in advance..
To my knowledge an Iframe is not a web control, it's a page inside a page. So basically you load an ASPX page inside an Iframe. In order to be able to show some text and edit it, you need to put it in a multiline textbox for example. Talal
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook
-
Hi, I'm using Iframe in my project. My Req/.. is : I'm having 1 drop down list in my aspx page. when I select the value that ill verified in the database and the correct value will displayed in the Iframe, and I have to edit the text and again store it in database. How to do this? Thanks in advance..
You already have a similar query in 'Web Development' messageboard: http://www.codeproject.com/script/comments/forums.asp?msg=2172883&forumid=1640#xx2172883xx[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips