How to set use iframe in codebehind
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi all i am using iframe in html. why i am using iframe ,because there is some requirement of this. thats why i am using frame. actually i want to create Rich Text Editor/ HTML Editor. for this purpose i am using iframe. how can I read text from this iframe in codebehind and how can I set text in codebehind to this frame. I use this iframe in ascx control. i use this control in aspx. i also use master page. i need to save text/content of this iframe in database and then i need to show text/content from database in this iframe. can anybody help me. thanks