Click here to Skip to main content
15,914,165 members
Home / Discussions / C#
   

C#

 
GeneralRe: Functions Pin
Trustapple15-Oct-07 20:10
Trustapple15-Oct-07 20:10 
GeneralRe: Functions Pin
Andrei Ungureanu15-Oct-07 20:23
Andrei Ungureanu15-Oct-07 20:23 
GeneralRe: Functions Pin
Trustapple15-Oct-07 20:57
Trustapple15-Oct-07 20:57 
GeneralRe: Functions Pin
Andrei Ungureanu15-Oct-07 21:05
Andrei Ungureanu15-Oct-07 21:05 
QuestionHow to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif15-Oct-07 18:12
A.Asif15-Oct-07 18:12 
AnswerRe: How to read JavaScript's variables values in webBrowser control using C# Pin
Sandeep Kumar15-Oct-07 19:14
Sandeep Kumar15-Oct-07 19:14 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif16-Oct-07 3:21
A.Asif16-Oct-07 3:21 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
Sandeep Kumar16-Oct-07 4:09
Sandeep Kumar16-Oct-07 4:09 
here is the example....

<html><br />
<head><br />
<script language="javascript"><br />
function fun1()<br />
{<br />
var testvariable="testdata";<br />
//saving the value of the testvariable in hideen field hid1.In the code behind page you can access this as simple as a textbox or label.<br />
document.forms[0].hid1.value = testvariable;<br />
}<br />
</script><br />
</head><br />
<body><br />
<form><br />
<input type="hidden" name="hid1" id="hid1"><br />
<input type="button" Name="but1" id="but1" onclick="fun1()><br />
</form><br />
</body><br />
</html>


Regards,
Sandeep Kumar.V

GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif16-Oct-07 4:37
A.Asif16-Oct-07 4:37 
QuestionDebug multi threads service Pin
senorAli3315-Oct-07 17:37
senorAli3315-Oct-07 17:37 
AnswerRe: Debug multi threads service Pin
mav.northwind15-Oct-07 19:17
mav.northwind15-Oct-07 19:17 
QuestionLaunch txt file in deafult text editor Pin
Dwayner7915-Oct-07 12:50
Dwayner7915-Oct-07 12:50 
AnswerRe: Launch txt file in deafult text editor Pin
Christian Graus15-Oct-07 12:56
protectorChristian Graus15-Oct-07 12:56 
AnswerRe: Launch txt file in deafult text editor Pin
Luc Pattyn15-Oct-07 12:57
sitebuilderLuc Pattyn15-Oct-07 12:57 
GeneralRe: Launch txt file in deafult text editor Pin
Dwayner7915-Oct-07 13:13
Dwayner7915-Oct-07 13:13 
QuestionWorking with Active Directory Pin
Gene Arnold15-Oct-07 11:59
Gene Arnold15-Oct-07 11:59 
AnswerRe: Working with Active Directory Pin
Justin Perez15-Oct-07 12:17
Justin Perez15-Oct-07 12:17 
GeneralRe: Working with Active Directory Pin
Gene Arnold15-Oct-07 12:34
Gene Arnold15-Oct-07 12:34 
GeneralRe: Working with Active Directory Pin
Justin Perez15-Oct-07 12:53
Justin Perez15-Oct-07 12:53 
QuestionHow to disable minimization. Pin
Y@rpen15-Oct-07 11:20
Y@rpen15-Oct-07 11:20 
AnswerRe: How to disable minimization. Pin
Anthony Mushrow15-Oct-07 11:38
professionalAnthony Mushrow15-Oct-07 11:38 
GeneralRe: How to disable minimization. Pin
Y@rpen15-Oct-07 11:45
Y@rpen15-Oct-07 11:45 
AnswerRe: How to disable minimization. Pin
Anthony Mushrow15-Oct-07 11:51
professionalAnthony Mushrow15-Oct-07 11:51 
GeneralRe: How to disable minimization. [modified] Pin
Y@rpen16-Oct-07 5:01
Y@rpen16-Oct-07 5:01 
GeneralRe: How to disable minimization. Pin
sushicw16-Oct-07 7:32
sushicw16-Oct-07 7:32 

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.