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,
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:
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