Click here to Skip to main content
15,897,291 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I add properties to a property? Pin
N a v a n e e t h17-Oct-07 19:41
N a v a n e e t h17-Oct-07 19:41 
GeneralRe: How can I add properties to a property? Pin
JoeRip17-Oct-07 19:45
JoeRip17-Oct-07 19:45 
GeneralRe: How can I add properties to a property? Pin
N a v a n e e t h17-Oct-07 19:54
N a v a n e e t h17-Oct-07 19:54 
Questionclasses Pin
kabutar17-Oct-07 19:02
kabutar17-Oct-07 19:02 
AnswerRe: classes Pin
Chintan.Desai17-Oct-07 19:33
Chintan.Desai17-Oct-07 19:33 
GeneralRe: classes Pin
kabutar17-Oct-07 19:35
kabutar17-Oct-07 19:35 
Questionhow to get the innerHtml from iframe in C# ? Pin
kkun17-Oct-07 16:51
kkun17-Oct-07 16:51 
AnswerRe: how to get the innerHtml from iframe in C# ? Pin
N a v a n e e t h17-Oct-07 18:58
N a v a n e e t h17-Oct-07 18:58 
First you have to get document object for the IFRAME. Then Use innerHTML property to get it. See the following eg:

var TxtEditor = document.getElementById('IFrameId').contentWindow.document;
alert(TxtEditor.body.innerHTML)



GeneralRe: how to get the innerHtml from iframe in C# ? Pin
kkun17-Oct-07 20:52
kkun17-Oct-07 20:52 
GeneralRe: how to get the innerHtml from iframe in C# ? Pin
N a v a n e e t h17-Oct-07 22:21
N a v a n e e t h17-Oct-07 22:21 
GeneralRe: how to get the innerHtml from iframe in C# ? [modified] Pin
kkun17-Oct-07 22:43
kkun17-Oct-07 22:43 
GeneralRe: how to get the innerHtml from iframe in C# ? Pin
lmoelleb17-Oct-07 22:24
lmoelleb17-Oct-07 22:24 
GeneralRe: how to get the innerHtml from iframe in C# ? Pin
kkun17-Oct-07 23:02
kkun17-Oct-07 23:02 
QuestionConnection String in App config file Pin
dataminers17-Oct-07 14:44
dataminers17-Oct-07 14:44 
AnswerRe: Connection String in App config file Pin
dataminers17-Oct-07 15:20
dataminers17-Oct-07 15:20 
QuestionHow to Click Element in DOM document Pin
A.Asif17-Oct-07 13:24
A.Asif17-Oct-07 13:24 
AnswerRe: How to Click Element in DOM document Pin
Judah Gabriel Himango17-Oct-07 15:48
sponsorJudah Gabriel Himango17-Oct-07 15:48 
Questionvideo stream URL Pin
shabonaa17-Oct-07 13:13
shabonaa17-Oct-07 13:13 
QuestionQuestion regarding Windows Control Library and Properties Pin
godspeed12317-Oct-07 12:33
godspeed12317-Oct-07 12:33 
AnswerRe: Question regarding Windows Control Library and Properties Pin
N a v a n e e t h17-Oct-07 19:00
N a v a n e e t h17-Oct-07 19:00 
QuestionUnable to connect to remote server Pin
Manoj Sethi17-Oct-07 12:04
Manoj Sethi17-Oct-07 12:04 
QuestionWho uses wsdl.exe? Pin
jesarg17-Oct-07 10:13
jesarg17-Oct-07 10:13 
AnswerRe: Who uses wsdl.exe? Pin
Pete O'Hanlon17-Oct-07 10:16
mvePete O'Hanlon17-Oct-07 10:16 
AnswerRe: Who uses wsdl.exe? Pin
led mike17-Oct-07 10:56
led mike17-Oct-07 10:56 
GeneralRe: Who uses wsdl.exe? Pin
jesarg17-Oct-07 11:16
jesarg17-Oct-07 11:16 

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.