Hello -
I am using JavaScript with an ASP.Net project. I have a textbox
control inside of a grid. I would like to know the row number that the
textbox control is contained in. I am trying to loop through and
determine the row number by looking for the "TR" tagName. However,
while I am loo...
more >>
Hello,
I have a problem of communication between JScript and C#. I must say
that I'm new to both.
In a JS file I have to call a C# function.
In particular I have:
public function Eval(expr : String) : String
{
return eval(expr);
}
And I want to call:
Eval("MyNS.myFunction()");
w...
more >>
Hi, is there some posibility how to read inner text from IFRAME on
server-side ?
I've tested it with innerText and InnerHtml but it doesnt work
I also tested it on client-side with JavaScript but I'm still not able
to read innerText or innerHTML of that frame.
The problem is, I need to re...
more >>